===== Android - Run/install/debug applications over WiFi ===== Connect device via USB and make sure debugging is working. adb tcpip 5555 adb connect :5555 Disconnect USB and proceed with wireless debugging. adb -s :5555 usb to switch back when done.