Geting started with Android C++ debugging via gdb on Windows: Where to get gdbserver for Android from? -
i don't understand how debug c++ apks on android. can please me started?
i found this: http://www.kandroid.org/online-pdk/guide/debugging_gdb.html
but running gdbserver -help
terminal emulator on actual device returns "gdbserver: not found". i've found online says run gdbserver on device, don't know how it. or there.
please note running windows adb
connection, ndk build system in linux virtual machine via terminal. gdb-ndk
must run directly windows android device communicate via usb. adb logcat
finds device under windows.
thanks
i've seen these links:
- ndk-gdb on windows
- 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
Comments
Post a Comment