Software⏱️ 2 min read📅 2026-05-31

How to Fix: Android Studio BumbleBee pair wifi not working

ADB WiFi connection issue with Android Studio BumbleBee on Android 11 device.

Quick Answer: Check if the ADB WiFi debugging option is enabled in the Android Studio settings and ensure that the USB Debugging option is also enabled on the Android device.

To resolve the issue of Android Studio BumbleBee not pairing with your WiFi, let's first understand why this might be happening.

💡 Why You Are Getting This Error

  • Android Studio BumbleBee has introduced a new pairing method that requires both the Android device and the PC to be connected to the same WiFi network.

🚀 How to Resolve This Issue

Method 1: Enable ADB over WiFi

  1. Step 1: On your Android device, go to Settings > Developer options > USB Debugging.

Method 2: Use the QR Code Method

  1. Step 1: On your Android device, go to Settings > Developer options > USB Debugging.

🎯 Final Words

By following these steps, you should be able to successfully pair your Android Studio BumbleBee with WiFi.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions