Does Android Studio support JNI debugging? -


i want debug code written in c. currently, android studio 1.2.2 not seem support jni debugging. android studio 1.3 rc 1 version support step over, step java debugger?

android studio supports jni debugging first time 1.3 rc 1. see here

to started using feature, go add native code.

check this repository android ndk samples using new android studio 1.3 preview c++ integration.


Comments