如何在我的设备上调试JNI代码!我启用了调试,并且能够在Java中成功地设置断点,并且能够使用Eclipse进行调试。
但是当涉及到我的JNI C/C++代码时,我不能调试!Eclipse没有收到关于我设置的断点的任何反馈。
请帮帮我!
我在MacOS雪豹上使用Android SDK 2.3.4,NDK r5b
发布于 2011-06-22 17:37:06
我已经使用过这些教程:
Using Eclipse for Android C/C++ Development
Using Eclipse for Android C/C++ Debugging
https://stackoverflow.com/questions/6288409
复制相似问题