我目前正在尝试Genymotion和男孩,它比ADT模拟器快得多。

但是我需要安装谷歌Play来下载一些应用。我怎么做呢?


当前回答

如果有人在登录谷歌时出现错误,则出现以下消息:

无法登录 无法建立到服务器的可靠连接…

然后尝试从浏览器登录——在YouTube, Gmail,谷歌网站等。

这对我很有帮助。在浏览器中登录后,我能够在谷歌播放应用程序中登录…

其他回答

安装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并重新启动 添加谷歌帐号,下载“谷歌播放音乐”并运行。

如果有人在登录谷歌时出现错误,则出现以下消息:

无法登录 无法建立到服务器的可靠连接…

然后尝试从浏览器登录——在YouTube, Gmail,谷歌网站等。

这对我很有帮助。在浏览器中登录后,我能够在谷歌播放应用程序中登录…

现在在“如何安装谷歌播放服务”中有了使用谷歌播放的官方常见问题解答?,这里是常见问题的文本:

For intellectual property reasons, Google Play Services are not included by default in Genymotion virtual devices. However, if you really need them, you can use the packages provided by OpenGapps. Simply follow these steps: Visit opengapps.org Select x86 as platform Choose the Android version corresponding to your virtual device Select nano as variant Download the zip file Drag & Drop the zip installer in new Genymotion virtual device (2.7.2 and above only) Follow the pop-up instructions Please note Genymobile Inc. and Genymotion assume no liability whatsoever resulting from the download, install and use of Google Play Services within your virtual devices. You are solely responsible for the use and assume all liability related thereto. Moreover, we disclaim any warranties of any kind for a particular purpose regarding the compatibility of the OpenGapps packages with any version of Genymotion.

有时“ARM翻译安装程序v1.1”不工作..下面是安装谷歌播放的简单解决方案。

Go to this link: http://www.mediafire.com/download/jdn83v1v3bregyu/Galaxy+S4++HTC+One++Xperia+Z+-+4.2.2+-+with+Google+Apps+-+API+17+-+1080x1920.zip Download the file from the link and extract to get the Android virtual device with Google Play store. The file will be in the name as “Galaxy S4 HTC One Xperia Z – 4.2.2 – with Google Apps – API 17 – 1080×1920″. Close all your Genymotion store running in the background. Copy that extracted file in to the following folder. C:\Users\'username'\AppData\Local\Genymobile\Genymotion\deployed After you copy you should see this path: C:\Users\'username'\AppData\Local\Genymobile\Genymotion\deployed\Galaxy S4 HTC One Xperia Z - 4.2.2 - with Google Apps - API 17 - 1080x1920 Inside the “Galaxy S4 HTC One Xperia Z – 4.2.2 – with Google Apps – API 17 – 1080×1920″ folder you will see many *.vmdk and *.vbox files. Now open VirtualBox and select Machine->Add and browse for the above folder and import the *.vbox file. Restart Genymotion. Done.

使用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