Android app debug on WiFi
- Connect the phone via a USB cable first and make sure your phone and PC use the same network.
- Run command:
adb tcpip 5555to open a port to debug. - Run command:
adb connect <Your phone IP address>e.g.adb connect 192.168.1.101 - Disconnect the phone from the PC.