我不明白如何在 android 上调试 C++ APK。有人可以帮我开始吗?
我发现了这个: http ://www.kandroid.org/online-pdk/guide/debugging_gdb.html
但从gdbserver -help
实际设备上的终端模拟器运行返回“gdbserver:未找到”。我在网上找到的所有内容都说要在设备上运行 gdbserver,但我不知道如何获取它。或者从那里做什么。
请注意,我正在运行 Windows 进行adb
连接,但 ndk 构建系统通过终端位于 Linux 虚拟机中。gdb-ndk
必须直接从 Windows 运行此 Android 设备才能通过 USB 进行通信。adb logcat
只能在 Windows 下找到设备。
谢谢
我还看到了这些链接:
- Windows 上的 ndk-gdb
- http://mhandroid.wordpress.com/2011/01/23/using-eclipse-for-android-cc-debugging/
- http://mhandroid.wordpress.com/2011/01/25/how-cc-debugging-works-on-android/
- http://cgdb.github.io/
- http://mhandroid.wordpress.com/2011/01/23/using-cgdb-with-ndk-debug-and-cgdb-tutorial/
- http://geekswithblogs.net/raccoon_tim/archive/2011/09/12/working-with-android-on-windows-and-without-cygwin.aspx
- http://www.eclipse.org/sequoyah/documentation/native_debug.php