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中使用的一致
如果设置ADB后仍然看不到虚拟机,使用下面方法
- 启动Genymotion中的Virtural device
- 打开genymotion-shell
- 执行devices list
- 打开终端,执行
adb connect yourDeviceIP:5555