networking - How can I connect to Android with ADB over TCP? - Stack Overflow
Connect device via USB and make sure debugging is working, then run: adb tcpip 5555 adb connect :5555 Disconnect USB and proceed with wireless debugging. When you're done and want to switch back to USB debugging, run: adb -s ......