Skip to content

JNI is just the way that Java handles calling into native/C++ code, and calling back into Java from there. It has nothing to say about Android - it is a Java language feature. The Android NDK is a way to write Android applications using code called by JNI. It's specific to Android and gives native code access to Android APIs at that level.

License

Notifications You must be signed in to change notification settings

badereddineqodia/Android-NDK-project--Java-JNI-

About

JNI is just the way that Java handles calling into native/C++ code, and calling back into Java from there. It has nothing to say about Android - it is a Java language feature. The Android NDK is a way to write Android applications using code called by JNI. It's specific to Android and gives native code access to Android APIs at that level.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages