Android Studio 无法识别Genymotion

2019-03-26  本文已影响0人  ilaoke

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后仍然看不到虚拟机,使用下面方法

  1. 启动Genymotion中的Virtural device
  2. 打开genymotion-shell
  3. 执行devices list
  4. 打开终端,执行adb connect yourDeviceIP:5555
devices-list.png
上一篇 下一篇

猜你喜欢

热点阅读