英文:
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?
英文:
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.
答案1
得分: 2
Run: 在您的终端中运行 adb connect <IP 地址>:<端口>
每当您的移动设备无法连接时。
您可以在您手机的设置中找到 IP 和端口 设置>开发者选项>无线调试。
参考链接:https://android.stackexchange.com/questions/247908/wireless-android-debugging-not-working。
英文:
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.
Reference
<https://android.stackexchange.com/questions/247908/wireless-android-debugging-not-working>
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论