I need to implement some functions into an Android application using NDK and thus JNI.
Here\'s the C code, with my concerns, that I wrote:
#include &
In JNI you can always use the javap tool for finding method signatures. Just run javap -s com.example.ndktest.NDKTest and copy the method signatures from the output.
javap
javap -s com.example.ndktest.NDKTest