How to install Google Play Services in a Genymotion VM (with no drag and drop support)?

后端 未结 17 1182
孤城傲影
孤城傲影 2020-11-22 03:23

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

相关标签:
17条回答
  • 2020-11-22 03:43

    As of verison 2.10, Genymotion can be installed using the toolbar in your emulator. Simply look for the Open GAPPS button.

    0 讨论(0)
  • 2020-11-22 03:43
    1. Download ARM Translation v1.1 and flash it by dragging and dropping over the emulator. Then reboot the emulator.
    2. Go to Open GApps, select x86 architecture, Android version of your emulator and variant (nano is enough, other applications can be installed from Play Store) and download zip archive. Drag and drop this archive to the emulator and flash it. Reboot the emulator.
    0 讨论(0)
  • 2020-11-22 03:48

    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
    
    0 讨论(0)
  • 2020-11-22 03:48

    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

    0 讨论(0)
  • 2020-11-22 03:57

    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/

    0 讨论(0)
提交回复
热议问题