https://stackoverflow.com/questions/27261474/android-studio-doesnt-see-genymotion
https://stackoverflow.com/questions/36142055/genymotion-device-doesnt-appear-on-device-chooser-android-studio
设置ADB
设置Genymotion的ADB与Android Studio中使用的一致
![](https://img.haomeiwen.com/i632093/f062f7ae90b9cf69.png)
![](https://img.haomeiwen.com/i632093/e6ab8c70dd95d4d6.png)
如果设置ADB后仍然看不到虚拟机,使用下面方法
- 启动Genymotion中的Virtural device
- 打开genymotion-shell
- 执行devices list
- 打开终端,执行
adb connect yourDeviceIP:5555
![](https://img.haomeiwen.com/i632093/db5732e8f8892d39.png)
网友评论