Issue
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
Solution
The command is adb tcpip <port>
.
Try running adb tcpip 5555
Answered By - Ron
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.