Replies: 1 comment 5 replies
-
|
the return value from JNI_OnLoad() is how you tell the system what JNI version you understand. see https://developer.android.com/training/articles/perf-jni#native-libraries for an example. you can use the GetVersion() JNI function to query what the system actually supports. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can not find imformation in the google, github discussions and ndk docs.
Beta Was this translation helpful? Give feedback.
All reactions