我目前正在尝试Genymotion和男孩,它比ADT模拟器快得多。
但是我需要安装谷歌Play来下载一些应用。我怎么做呢?
我目前正在尝试Genymotion和男孩,它比ADT模拟器快得多。
但是我需要安装谷歌Play来下载一些应用。我怎么做呢?
当前回答
谷歌应用KitKat Genymotion。
下载谷歌应用程序ZIP文件从包含基本谷歌应用程序,如Play Store, Gmail, YouTube等链接。
https://www.mediafire.com/?qbbt4lhyu9q10ix
完成引导后,将我们下载的名为update-gapps-4-4-2-signed.zip的ZIP文件拖放到Genymotion Window中。它开始安装谷歌应用程序,并询问你的确认。确认一下。
其他回答
安装Genymotion 2.10或以上版本,现在有一个专门的按钮来安装谷歌播放服务名称“打开GApps”。链接获取更多信息
Genymotion 2.9或以下版本的3个步骤
4.4 Kitkat 5.0棒棒糖 5.1棒棒糖 6.0棉花糖 7.0牛轧糖 7.1牛轧糖(webview补丁) 8.0奥利奥 8.1奥利奥 9.0派
以上下载链接 只需拖放下载的zip文件到genymotion并重新启动 添加谷歌帐号,下载“谷歌播放音乐”并运行。
谷歌应用KitKat Genymotion。
下载谷歌应用程序ZIP文件从包含基本谷歌应用程序,如Play Store, Gmail, YouTube等链接。
https://www.mediafire.com/?qbbt4lhyu9q10ix
完成引导后,将我们下载的名为update-gapps-4-4-2-signed.zip的ZIP文件拖放到Genymotion Window中。它开始安装谷歌应用程序,并询问你的确认。确认一下。
好吧,这可能是最简单的方法:
First of all, you will have to install GAPPS. Next, open the virtual box and wait for the home screen to show up on Genymotion. Drag and drop the GAPPS folder that you had downloaded earlier on into Genymotion. You would get a prompt. Click OK. You would see a lot of errors, but just ignore them and wait for the successful prompt to come up. Click OK again and restart the virtual device. A Google account screen should show up. Open up the playstore app if it doesn't show up. Sign into your account. Again ignore the errors. The playstore should open now and should be fully functional.
使用https://stackoverflow.com/a/20013322/98057,我可以闪现ARM翻译,但不能闪现gapps。我得到了上面提到的“哎呀,在闪烁gapps-jb-20121011-signed.zip时出错了”错误。如果你读Genymotion的日志,发现这样的条目:
Sep 16 23:00:02 [Genymotion Player] [Error] [Adb][shell] Unable to finished process: "Process operation timed out"
尝试使用adb直接应用flash:
$ adb -s 192.168.56.101:5555 shell "/system/bin/check-archive.sh /sdcard/Download/gapps-jb-20121011-signed.zip"
$ adb -s 192.168.56.101:5555 shell "/system/bin/flash-archive.sh /sdcard/Download/gapps-jb-20121011-signed.zip"
$ adb reboot
根据日志文件的内容更改这些命令(路径和IP可能不同)。
顺便说一下,我在以下文件夹中找到了Genymobile日志文件:
~/.Genymobile/Genymotion/deployed/<device name>/genymotion-player.log
尝试执行下面链接中指定的所有步骤,在将VirtualBox升级到4.2之前,请遵循VirtualBox 4.2.0发布的支持从主机拖放到Linux客户机,更多的说明。然后将Genymotion升级到最新版本。
打开桌面,运行Genymotion。选择一个Android 4.2版本的虚拟设备,然后先拖放两个文件genymotion - arm - translation_v1 .zip。然后Genymotion将显示进度,在此之后它将提示一个对话框。然后单击“确定”,它将要求重新启动设备。重启亚行。对第二个文件gapps-jb-20130812-signed.zip执行相同的步骤,并重新启动ADB。
我希望这能解决这个问题。检查这个链接-它解释得更清楚。