Debugging android app over WiFi
Ensure you are connected to the same network as your computer
2.Run
adb devices
to get list of devices
3.Run
adb tcpip 5555
to restart adb in tcpip mode
4.If your phone is connected via usb, run
adb shell ifconfig
to get the ip address for your d...
eltk.hashnode.dev1 min read