One of those things I need to do intermittently and end up having to look up each time.
- Connect the phone via USB and make sure it shows up with
adb devices
.
- Start the tcpip server on the phone
adb tcpip 5555
- Run
adb connect device-ip-address
- Disconnect the USB cord and voilà! Debug away without pesky wires getting in the way.