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 it is possible, can someone point me to reference code ?
Thanks a lot!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Before you use NDK, I suggest that learning the JNI programming with JavaSE. There is an official page for JNI tutorial.