Connect to Android with ADB over TCP
#From a command line on the computer that has the device connected via USB, issue the commands adb tcpip 5555 adb connect <device-ip>:5555 #To tell the ADB daemon return to listening over USB adb usb