- May 18, 2019
- admin
- 0
adb forward
forward socket connections
adb forward <local> <remote>
adb forward tcp:8000 tcp:9000 set up forwarding of host port 8000 to emulator/device port 9000
Read more about ADB Commands..
forward socket connections
adb forward tcp:8000 tcp:9000 set up forwarding of host port 8000 to emulator/device port 9000
Read more about ADB Commands..