0

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!

1
  • The Android NDK comes with some simple examples. The relevant JNI function is FindClass. Commented Nov 12, 2010 at 22:46

1 Answer 1

1

Before you use NDK, I suggest that learning the JNI programming with JavaSE. There is an official page for JNI tutorial.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.