user25
user25

Reputation: 3185

Android Studio: Pair devices over Wi-Fi - This system does not meet requirements to support Wi-Fi pairing

I'm not sure what the problem is, it says I need to update platform tools which are already updated to the latest version

enter image description here

enter image description here

enter image description here

Upvotes: 2

Views: 2360

Answers (2)

Jourdain Kevin
Jourdain Kevin

Reputation: 1

Since Hedgehog, I can't use WiFi pairing. I've tried all the solutions proposed above and nothing works.

Unchecking / checking MDNS for wireless doesn't work (I manage to get the QR code, but it keeps searching for the mobile indefinitely).

Uninstalling / reinstalling platform tools doesn't work.

My colleagues on Mac and Android Studio have no problems at all with adb.

And my mobile's battery is dying since I always have it hooked up on USB to develop.

that's really annoying

Upvotes: 0

Anandh Krishnan
Anandh Krishnan

Reputation: 5986

Just do File -> InvalidateCaches

If that does not work

  • In Android Studio, File -> Settings
  • Build, Execution, Deployment -> Debugger
  • Under Android Debug Bridge (adb), uncheck 'Enable adb mDNS for wireless * * debugging' and Apply
  • Wait some seconds for changes to take effect
  • Recheck 'adb mDNS for wireless debugging' and Apply
  • On the pop-up window from Windows Defender, allow network access to adb

Upvotes: 5

Related Questions