ADB: Connect over TCP/IP
This notes for connect android using ADB using wireless connection
On your Android device (assuming you have already enabled developer options)
Go to Settings
Select System
Select Developer Options
Enable USB Debugging and Wireless Debugging
Select Wireless Debugging
Select Pair device using a pairing code
Note the IP address and the port
On your computer (assuming you have installed adb and have it on the path)
Go to your command line app, run
Then
Last updated