android emulator - adb listing all forwarded ports - Android Enthusiasts Stack Exchange
Do you mean you want to see which ports are being used on the PC or Android device? You can use the netstat
command for this.
On Windows: netstat -an | find /i "listening"
On Linux: `netstat -an | grep "LISTEN " (notice the space after LISTEN)
Read full article from android emulator - adb listing all forwarded ports - Android Enthusiasts Stack Exchange
No comments:
Post a Comment