How do I disable a port forwarding rule in adb that was previously enabled with
adb forward tcp:1234 tcp:1234
Is there any other way than killing and restarting the adb server?
|
|
|
Currently ADB do not provide any way to remove port redirection:
However you can use network redirection provided by emulator console, which provide ways of removing. To access type:
usually first emulator runs on port 5554. use command "rdir" to add, del or list network redirections. See documentation in Using Network Redirection. Good luck. |
|||
|
|