How can I install Google Play Services in a Genymotion emulator with no drag and drop support?
I can\'t install it as mentioned in Stack Overflow post How do you
As of verison 2.10, Genymotion can be installed using the toolbar in your emulator. Simply look for the Open GAPPS button.
Drag and Drop did not work on my system...
I found a blogpost which describes how you install it with adb:
adb push Genymotion-ARM-Translation_v1.1.zip /sdcard/Download/Genymotion-ARM-Translation_v1.1.zip
adb push gapps-jb-yyyymmdd-signed.zip /sdcard/Download/gapps.zip
adb shell flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation_v1.1.zip
adb reboot
adb shell flash-archive.sh /sdcard/Download/gapps.zip
adb reboot
Following the steps in the accepted answer didn't work for me. I followed the steps in this guide with an image running 5.0.0, and it got the job done. It's a step-wise process just like the accepted answer for adding Google Play
support to genymotion images.
The most important differences are that in the guide I linked to, they mention that installing Google Play Services
on images running higher than 5.0.0 may not work, and they say to change the ADB tool connection settings
in the Genymotion
desktop application's settings window to: Use custom Android SDK tools
. Also, the gapps
zips seem to be different.
The guide also uses GIFs to illustrate the steps in the process, so it leaves much less room for doubt.
Link to gapps zip for Android 5.0 used in the guide -- requires Genymotion 2.4.0+
Link to ARM Translation Installer v1.1 used in the guide -- this is provided for convenience. it doesn't seem any different than the one provided in the accepted answer at first glance
Tried to download Gapps app and install it on Genymotion, but realized that its already included within the emulator itself
https://www.genymotion.com/blog/2-10-open-gapps-widget/