↧
Tutorial: Android JNI
Today I’ll be posting a quick walkthrough of how to create and build a simple android project that includes native code using the Java Native Interface (JNI). As a note, there are sample projects...
View ArticleTutorial: Android JNI (Part 2)
This is continued from Part 1. In the first part, we setup the project structure, wrote the java wrapper class, generated the c header, wrote the c library and write the Android.mk file. Building...
View Article