Debugging Android Apps From WiFi
Here are the steps to debug your Android app from WiFi connection instead of WiFi:
- connect the device to the PC by USB cable
- adb tcpip 5555
- disconnect the device
- adb connect <IP address of your device>:5555
Add new comment