Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在我的设备上调试 JNI 代码!我启用了调试,我能够成功地在 Java 中设置断点并能够使用 Eclipse 进行调试。
但是当涉及到我的 JNI C/C++ 代码时,我无法调试!Eclipse 在我设置的断点上没有得到任何反馈。
请帮忙!
ps:我在 MacOS Snow Leopard 上使用 Android SDK 2.3.4、NDK r5b
我用过这个教程:
使用 Eclipse 进行 Android C/C++ 开发
使用 Eclipse 进行 Android C/C++ 调试