[android-developers] Re: Question: Is there a way to inquire the port forwarding done by Android Studio?

2016-03-24 Thread Dato Da
. On Thursday, March 24, 2016 at 7:16:37 PM UTC-4, Diego Torres Milano wrote: > > Take a look at > http://developer.android.com/reference/android/os/Debug.html > > > On Wednesday, 23 March 2016 22:45:34 UTC-4, Dato Da wrote: >> >> If Android Studio is running on my deve

[android-developers] Question: Is there a way to inquire the port forwarding done by Android Studio?

2016-03-23 Thread Dato Da
If Android Studio is running on my development machine, when I launch the app on a device from the command line using this command: $ adb shell am start -D -n -a ... Android Studio would immediately forward a port on the local host (8600 and up) to the jdwp port of the app, so that the