Changes between Initial Version and Version 1 of AppDebugAndroid


Ignore:
Timestamp:
Jun 19, 2014, 11:56:52 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDebugAndroid

    v1 v1  
     1= Debugging Android applications =
     2
     3Use this blog as a guide:
     4
     5http://tthtlc.wordpress.com/2012/09/19/how-to-do-remote-debugging-via-gdbserver-running-inside-the-android-phone/
     6
     7 
     8Note: the above article is missing the step of port forwarding:
     9{{{
     10adb forward tcp:4567 tcp:4567
     11}}}