I am trying to connect my phone to Android Studio wirelessly but when attempting to make my phone to listen to port 5555 by using the command ADB TCIP 5555, I am getting the following error: adb: unknown command tcip
CodePudding user response:
It should be tcpip
:
adb tcpip 5555
CodePudding user response:
The command is adb tcpip <port>
.
Try running adb tcpip 5555