Skip to content

AppDebugAndroid

Vitalii Koshura edited this page Apr 6, 2023 · 2 revisions

Debugging Android applications

Use this blog as a guide:

http://tthtlc.wordpress.com/2012/09/19/how-to-do-remote-debugging-via-gdbserver-running-inside-the-android-phone/

Note: the above article is missing the step of port forwarding:

adb forward tcp:4567 tcp:4567
Clone this wiki locally