sun
sun

Reputation: 1972

unfortunately google play services has stopped in genymotion

Hi friends I added google play service to genymotion emulator,I drag the zip files of gapps and also arm v1 to it but when I opening the emulator its getting unfortunately google play services has stopped and also when I am trying to add account in it showing loading.. can anyone tell me the solution for it.

Upvotes: 12

Views: 4698

Answers (3)

Eliyas Hossain
Eliyas Hossain

Reputation: 620

To setup Google Play Service in your genymotion follow my answer in this question, hope it will help you. Question link

Upvotes: 0

Mahendra
Mahendra

Reputation: 1

I had the same issue and found lots of solutions available on the internet. I followed the steps given in http://www.thecrazythinkers.com/how-to-fix-unfortunately-google-play-services-has-stopped/ and got a perfect solution.

Upvotes: 0

PN10
PN10

Reputation: 1958

I faced this same issue.This issue is generally due to not following order of flashing Gapps appropriately.Being a beginner in android programming.Well, I learnt following things to keep in mind while setting up google play services:

  1. Download the ARM Translation Installer v1.1 and drag and drop the zip file onto the running Genymotion emulator device. The ARM emulator is only needed for apps that trigger a

INSTALL_FAILED_CPU_ABI_INCOMPATIBLE

error.

  1. You must close and restart the emulator fully before continuing.

  2. The Google Play APK package needed is specific to the Android emulator version. You must use the corresponding Google Play Service package. Otherwise, you may notice problems with Google Play not having Internet connectivity or other strange issues.

  3. If you are using below listed specific versions ,sometimes files you are using get corrupted.

    Solution:

Check android version and apk link for gapps to be flashed:

1) (https://www.androidfilehost.com/?fid=96042739161891406 - gapps-L-4-21-15.zip)

2) (https://www.androidfilehost.com/?fid=24052804347835438 - benzo-gapps-M-20151011-signed-chroma-r3.zip)

Update or reinstall Genymotion and Virtual box :

If you are flashing all gapps apk correctly and you are still facing this issue.

You need to check which version of genymotion and virtual box you are using .Use latest version of genymotion and VB.

Uninstall Genymotion and Virtualbox :

If updating or re-installation doesn't work you need to remove old registry files hidden in your computer which are preventing you from flashing Gapps properly.Repeat steps of flashing mentioned above.

Note: Don't forgot to restart genymotion after flashing files.

Hope it helps,Cheers..Happy Coding!!!

Upvotes: 0

Related Questions