I am trying to execute reverse tcp command on a android device connected remotely(using adb connect <ip-address>
). But I am getting following error while executing:
adb -s 192.168.0.101 reverse tcp:8081 tcp:8081
error: more than one device/emulator
but I have only one device connected.
adb devices
List of devices attached
192.168.0.101:5555 device
same command works fine if I connect my device using usb. Any Ideas ?