Home > database >  Android Studio Bumblebee Wifi pairing Issue
Android Studio Bumblebee Wifi pairing Issue

Time:02-04

I have used the android studio bumblebee's latest function (Wifi pairing). I have utilize this function for 2-3 days. But now its creating an issue, now it shows "This system does not meet the requirements to support Wi-Fi pairing. Please update to the latest version of "platform-tools" using the SDK manager" I have also updated everything.

enter image description here

Inside of this folder should be another folder called "platform-tools". enter image description here

Update your PATH

You'll want to add this folder to your PATH and remove the old one.

enter image description here

Restart Android Studio

For the changes to take effect, you'll need to restart the IDE.

File -> Invalidate Caches -> Invalidate and Restart

Another Solution

If the above doesn't work, you can also uninstall and reinstall platform-tools using the sdkmanager command.
sdkmanager --uninstall "platform-tools"

Once platform-tools is uninstalled, you can use the SDK Manager in Android Studio to reinstall.

CodePudding user response:

One solution is to restart your PC after you have updated everything. this may restart ADB server totally.

  •  Tags:  
  • Related