Home > other >  Pair new device over wifi not working in android studio bumblebee
Pair new device over wifi not working in android studio bumblebee

Time:03-05

when I try pair device with this, QR code and Pairing code not work and stuck in searching for device...

I have phone with android 11 & 12 and Wifi debugging is on

enter image description here

CodePudding user response:

This is an Android Studio Bug since it does not work reliably.

Make sure you tested these steps Android 11 pairing over WIFI

Make sure your

Ensure that your workstation and device are connected to the same wireless network.

Ensure that your device is running Android 11 or higher. For more informaton, see Check & update your Android version.

Ensure that you have Android Studio Bumblebee. 

On your workstation, update to the latest version of the SDK Platform-Tools.

For the 4th point Sdk Manager> SDK Tools > Android SDK Build Tools

You can use a plugin called ADB WI FI from the plugin marketplace in the meantime.

It does require you to plug your cable once but doesn't require it after that . Also you can pair it with scrcpy to project your screen on your laptop

  • Related