Home > Net >  Android Studio BumbleBee pair wifi not working
Android Studio BumbleBee pair wifi not working

Time:02-01

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

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

When I use QR code method my android phone just shows "pairing device" and nothing happens If I try the code method, 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

CodePudding user response:

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 to the computer with USB. Your phone will tell you the IP and port right above the "pair with QR code" option inside the Wifi-debugging setting. Just connect to that address.

CodePudding user response:

SOLVED

Go to Settings -> Build, Execution... -> Debugger -> Built-in Server

and in the Built-in Server option set the value of Port as the same port you see in your phone and tick the Can accept external connections

after that go to wireless pairing and you device will show now :D

  •  Tags:  
  • Related