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

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


当前回答

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

其他回答

有时“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.

尝试执行下面链接中指定的所有步骤,在将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。

我希望这能解决这个问题。检查这个链接-它解释得更清楚。

好吧,这可能是最简单的方法:

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.

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

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.

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