This is an Android Studio Project for showing a message in the screen through JNI.
- Download the latest NDK;
- Enable the command
javah
to be used from console.
- This version is coded to run on
armeabi-v7a
architecture; - You need to change the build.gradle
commandLine "C:/android-ndk-r12b/ndk-build.cmd",
and local.propertiesndk.dir=C\:\\android-ndk-r12b
to your current NDK folder.