Search code examples
androidandroid-studio

Android studio not connecting my phone over wifi


Pairing devices over wifi is so buggy on this Android studio. Sometimes it refuses to show a QR code, sometimes it shows the code but keeps saying an error occurred while connecting.

Even though my device has been connected several times before, it refuses to connect again. I have to delete the device from the list of devices in device manager of android studio.

Restarting laptop/android studio, phone/ etc resolves it, but I can't keep restarting everything for this stupid piece of software.

Does anyone have a solution for this?


Solution

  • Run: adb connect <IP address>:<Port> in your terminal whenever your mobile fails to connect.

    You can find the IP and port in your phone's settings Settings>Developer Option>Wireless Debugging.

    Source