Can someone please tell me if I'm missing something here? I am trying the following commands in shell.
$ ./adb shell stop
$ ./adb shell setprop dalvik.vm.checkjni true
$ ./adb shell start
But Logcat always shows "CheckJNI is OFF" when I install the apk onto the device.
Is there something else in eclipse that I need to do to enable the XCheck:Jni flag?
Thanks for any help BD
See http://android-developers.blogspot.com/2011/07/debugging-android-jni-with-checkjni.html for all the alternatives.