Confirmed users
2,023
edits
| 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. | |||