Changes between Initial Version and Version 1 of AppDebugAndroid
- Timestamp:
- Jun 19, 2014, 11:56:52 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDebugAndroid
v1 v1 1 = Debugging Android applications = 2 3 Use this blog as a guide: 4 5 http://tthtlc.wordpress.com/2012/09/19/how-to-do-remote-debugging-via-gdbserver-running-inside-the-android-phone/ 6 7 8 Note: the above article is missing the step of port forwarding: 9 {{{ 10 adb forward tcp:4567 tcp:4567 11 }}}