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
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
It should be
tcpip
:The command is
adb tcpip <port>
.Try running
adb tcpip 5555