androidandroid-studioadbandroid-11android-studio-bumblebee

Android Studio BumbleBee pair wifi not working


I am trying to connect my Android 11 device with the android studio over adb wifi but it is not working.

I updated to the latest stable bumblebee and updated my SDK I tried turning off the firewall on my pc but it is the same result.

When I use the QR code method my android phone just shows "pairing device" and nothing happens If I try the code method, the android studio just shows "searching for devices" but nothing happens

and, yes, I enabled wireless debugging on my phone and I am connected to the same wifi network.

I don't know if the problem is with my computer or phone. I do not have any other Android11+ phone to try with


Solution

  • I was having the same problem as you. Neither pairing by QR nor by pairing code worked.

    So I tried connecting by typing adb connect [phone_ip]:[port] in the terminal and that worked flawlessly. Didn't even need to plug the phone into the computer with a USB. Your phone will tell you the IP and port right above the "pair with QR code" option inside the Wi-Fi debugging setting. Just connect to that address.