

With new Android 11 you can debug your apps over WiFi without using an USB cable at all.Ĭonnect to a device over Wi-Fi (Android 11+)Īndroid 11 and higher support deploying and debugging your app Provided to pair to a device connected over the same network. New Device Manager to open the pairing wizard. After you enable debugging over Wi-Fi on yourĭevice, select the Pair using Wi-Fi action in the Physical tab of the Your Android 11 and higher devices over Wi-Fi for deployment andĭebugging using ADB. Starting from Android Studio Bumblebee (2021.1.1) Stable, you can debug over Wifi just pairing the device by just scanning the QR code.ĪDB over Wi-Fi: Bumblebee includes a simplified flow to connect to Using Android Studio there is a plugin allowing you to connect USB Debugging without the need of using any ADB command from a terminal.

WARNING: leaving the option enabled is dangerous, anyone in your network can connect to your device in debug, even if you are in data network. To find the IP address while using OSX run the command adb shell ip route. To find the IP address of the device: run adb shell and then netcfg. If you have more than one device, you can specify the device with the -s option: adb -s :5555 usb. To switch the server back to the USB mode, run adb usb, which will put the server on your phone back to the USB mode. Now you have a device over the network with which you can debug as usual.This connects to the server we set up on the device on step 2 Look up the device IP address with adb shell netcfg or adb shell ifconfig with 6.0 and higher.This makes the device to start listening for connections on port 5555


