Mac下android studio安装genymotion所遇到的坑

注册问题:

genymotion下载需要注册,因为在后面下载各机型镜像时需要登录。第一个坑就出现了:国内无法打开官网的注册界面,所以需要科学上网。而且还需要验证邮件。

http://www.genymotion.net/

安装问题:

genymotion安装完成后,还需要自己下载virtualbox安装,最后在android studio 下载genymotion插件。

登录问题:

Invalid reply from server.This may occur if you are using a proxy.For more information……

可能网上有各种各样的说法,其实就是需要科学上网,有些代理无法打开,多换几个就好。
如果仍然不行请尝试
Mac下android studio安装genymotion所遇到的坑_第1张图片

运行问题:

镜像也下载了但是无法运行
Unable to start the virtual device.

VirtualBox cannot start the virtual device.

To find out the cause of the problem, start the virtual device from VirtualBox.
查看明细:
The configured driver wasn’t found. Either the necessary driver modules wasn’t loaded, the name was misspelled, or it was a misconfiguration. (VERR_PDM_DRIVER_NOT_FOUND).
这个是virtulbox里网络设置问题
Mac下android studio安装genymotion所遇到的坑_第2张图片
所有的都选择host-only即可打开

调试问题:

运行app发现找不到adb,因为在genymotion里需要设置安卓的sdk,sdk地址如果不知道可以到android studio里找。android studio在mac下sdk默认路径为/Users/s/Library/Android/sdk

Mac下android studio安装genymotion所遇到的坑_第3张图片

最后我建议大家还是到官网下载,不要想着百度云上直接下资源,当然我还是把最新版地址亮出来。

genymotion-2.7.2.dmg mac版
http://files2.genymotion.com/genymotion/genymotion-2.7.2/genymotion-2.7.2.dmg
VirtualBox-5.0.24-108355-OSX.dmg mac版
http://download.virtualbox.org/virtualbox/5.0.24/VirtualBox-5.0.24-108355-OSX.dmg

转载请注明出路:http://blog.csdn.net/qq273681448/article/details/51817786

你可能感兴趣的:(Android)