Genymotion
@Genymotion相关文件下载地址
http://pan.baidu.com/s/1nu9nReh
@虚拟机网络代理设置
原文:http://www.cnblogs.com/makefile/p/4010959.html
文章中提到的ip192.168.56.1,通过ipconfig确实可以看到此ip地址,但是在Genymotion中使用此ip依旧访问不了,然而10.0.3.2可行。
@虚拟机Android 6.0 安装Google Play Services
原文:https://z3ntu.github.io/2015/12/10/play-services-with-genymotion.html
You need the following three files:
- Genymotion-ARM-Translation_v1.1.zip
- gapps-L-4-21-15.zip
- benzo-gapps-M-20151011-signed-chroma-r3.zip.
主要步骤:
- Download all three files.
- Create an emulator with the
Nexus 5X
image and start it. - Flash
Genymotion-ARM-Translation_v1.1.zip
and reboot. - Flash
gapps-L-4-21-15.zip
and reboot. - Sign into your Google Account.
- Flash
benzo-gapps-M-20151011-signed-chroma-r3.zip
and reboot. - You are finished!
注意:对于Android 6.0,先要flash gapps-L-4-21-15.zip,并且重启后登陆google帐户,再flash benzo-gapps-M-20151011-signed-chroma-r3.zip. 有的文章没有flash gapps-L-4-21-15.zip的步骤,直接就是flash benzo-gapps-M-20151011-signed-chroma-r3.zip,如果这样的话,google play登陆不了,一直停留在Loading...界面。
还有可能是Genymotion版本的问题,我这次安装使用的是2.7.2。下载最新的版本一般不会错。