Debugging android app over WiFi
Nov 25, 2020 · 1 min read · 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...
Join discussion