User:Blassey/Notes/Android: Difference between revisions

m
android:debuggable="true" is already in there
m (fixing what looks like a cut and paste error)
m (android:debuggable="true" is already in there)
Line 81: Line 81:
   adb forward tcp:12345 tcp:12345
   adb forward tcp:12345 tcp:12345
   adb shell run-as $2 /data/local/gdbserver --attach :12345 $p
   adb shell run-as $2 /data/local/gdbserver --attach :12345 $p
The last step is to add 'android:debuggable="true"' to your AndroidManifest.xml. I'll file a bug for that eventually.
49

edits