I am pretty new to using android ndk. Is it possible to use android/ standard java classes in native c code using JNI getClass method ? If开发者_StackOverflow it is possible, can someone point me to reference code ?
Thanks a lot!
Before you use NDK, I suggest that learning the JNI programming with JavaSE. There is an official page for JNI tutorial.
精彩评论