Use `adb tcpip` to enable ADB over network. # Setup Android Device Connect Android device to a PC via USB, and make sure ADB recognize your device. ``` $ adb devices List of devices attached 0123456789ABCDEF device ```