ETElkana Tuweiineltk.hashnode.dev·Nov 25, 2020 · 1 min readDebugging android app over WiFiEnsure 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...00