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:

  1. ndk-gdb on windows
  2. http://mhandroid.wordpress.com/2011/01/23/using-eclipse-for-android-cc-debugging/
  3. http://mhandroid.wordpress.com/2011/01/25/how-cc-debugging-works-on-android/
  4. http://cgdb.github.io/
  5. http://mhandroid.wordpress.com/2011/01/23/using-cgdb-with-ndk-debug-and-cgdb-tutorial/
  6. http://geekswithblogs.net/raccoon_tim/archive/2011/09/12/working-with-android-on-windows-and-without-cygwin.aspx
  7. http://www.eclipse.org/sequoyah/documentation/native_debug.php


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -