标签: debugging android-ndk java-native-interface
我想启用CheckJNI来调试Android JNI。
可以根据以下页面通过adb shell setprop debug.checkjni 1启用它。 http://android-developers.blogspot.tw/2011/07/debugging-android-jni-with-checkjni.html
adb shell setprop debug.checkjni 1
但是,是否可以通过IDE启用CheckJNI - eclipse?
答案 0 :(得分:0)
目前不在。权威页面为this one。