Monday 4 January 2010

Android debugging with gdb?

For those of you that have been struggling to find information on how to debug under Android with GDB (for example, if you've been writing JNI code for Android...), this looks like a useful link to follow!

http://pdk.android.com/online-pdk/guide/debugging_gdb.html

Pete