Android Studio在设备选择列表中未显示通过WiFi配对的设备或Genymotion设备。

huangapple go评论51阅读模式
英文:

Android studio not showing paired device via wifi or genymotion device in device selection list

问题

我已将设备与Wi-Fi配对,我可以在Android Studio的设备管理器中看到设备名称,但设备未显示在运行我的应用程序的设备列表中。

我也在使用Genymotion设备时遇到了这个问题。

我使用的是Genymotion 3.3.3 版本。
Genymotion设备可以启动,但它们不会出现在设备选择部分。

我还尝试使用以下命令(192.168.110.101是Genymotion设备的IP地址):

.\adb connect 192.168.110.101:5555

结果如下:

已连接到192.168.110.101:5555

但它仍然不起作用。

如何在设备上运行我的应用程序?

英文:

I have paired device with wifi and I can see device name in device manager of android studio

but device is not showing in devices list to run my app.

I have also this problem with geymotion devices,

I have genymotion 3.3.3
genymotion devices can get started but they not appear in device selection part.
Android Studio在设备选择列表中未显示通过WiFi配对的设备或Genymotion设备。

I have also tried using this command (192.168.110.101 is genymotion device ip):

 .\adb connect 192.168.110.101:5555

and this is result:

already connected to 192.168.110.101:5555

but it's not working.
How can I run my app in a device?

答案1

得分: 0

问题最终通过将toolsplatform-tools的位置添加到环境变量的path中得以解决。

然后我进行了Windows重新启动。

英文:

Finally problem solved by adding tools and platform-tools location to path of the environment variables.

Then I did a windows restart.

huangapple
  • 本文由 发表于 2023年3月12日 18:54:27
  • 转载请务必保留本文链接:https://go.coder-hub.com/75712617.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定