Pyae Sone
Pyae Sone

Reputation: 1624

Google Play services unfortunately stopped on genymotion

After installing google play services on genymotion, it shows 'Unfortunatey stopped'. I restart server but it is not working.It keeps showing the error message. How to solve ?

Upvotes: 3

Views: 12067

Answers (2)

4Jean
4Jean

Reputation: 765

To setup Google play services in Genymotion

  1. Download the ARM Translation Installer v1.1 and drag and drop the zip file onto the running Genymotion emulator device. After file transfer is done, click on OK on the confirmation dialog to flash it to the virtual device

enter image description here

  1. When the flashing process is done, you need to restart the virtual device using command line like this

adb reboot

But if you just close the windows directly, you may need to relaunch the device a few times before it boots up. The restart is necessary

  1. Install Google play APK package that corresponds to the version of your Android emulator. This will flash zip of gapps

Android 4.4 and above http://opengapps.org/

Android 4.3 Google Play Services APK

Android 4.2.x Google Play Services APK

Android 4.1.x Google Play Services APK

Android 4.0.x Google Play Services APK

Android 2.3.3 Google Play Services APK

Drag and drop the downloaded file to your active virtual device to begin the flashing process as done previously.

enter image description here

Reboot the virtual device once again

adb reboot 

After the virtual device is booted up, you will notice that Google Play services has stopped problem will keep popping up like this:

enter image description here

This error occurs because the installed gapps is not updated

  1. Open Google play Sign in to your account and update all installed apps, including Google Play Services

    • If you can't find Google Play, try updating the Google Hangouts app to trigger an update to the Play Store.
  2. Make sure to update to the latest version of Google Play Services by opening the "Play Store" app and then the "Maps" app to verify play services is running correctly.

    • Also it is recommended to use Genymotion 2.4+ as there issues with 2.3.1

Note: If you see errors, be sure you installed the correct package above that matches the device version in the emulator

https://github.com/codepath/android_guides/wiki/Genymotion-2.0-Emulators-with-Google-Play-support

https://inthecheesefactory.com/blog/how-to-install-google-services-on-genymotion/en

Upvotes: 7

Eliyas Hossain
Eliyas Hossain

Reputation: 620

  1. Install genymotion from there main site.

  2. Go to this website to download opengapps openapps-website

  3. Select your option to match your android version in your genymotion virtual device. If you widows user, you can select this- openapps option

  4. Drag and drop into genymoion virtual device. It will give you warning that are you want to flash this device. So press ok.

  5. Restart your virtual device and done :)

Upvotes: 2

Related Questions