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.png

sdk-location.png
如果設置ADB后仍然看不到虛擬機,使用下面方法
- 啟動Genymotion中的Virtural device
- 打開genymotion-shell
- 執(zhí)行devices list
- 打開終端,執(zhí)行
adb connect yourDeviceIP:5555

devices-list.png