Skip to content

Android JNI C++ Test #382

@oncealong

Description

@oncealong

How to test JNI C++ code?

What I do now:

  1. write some C++ test code to call the function that I want to test
  2. write some Jni to call C++ test code
  3. write some Java test Code to call Jni code

but these test C++ And Java test code will remain in release apk.

Is there best pratice to test Jni C++ code ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions