2

Following the link steps with:

genymotion 2.2.2 on ubuntu 14.04 x64 with samsung Galaxy s4/s5 4.4.2

has problem after installation of

Genymotion-ARM-Translation_v1.1.zip and gapps-jb-20130813-signed.zip.

When I reboot device it shows two errors:

"Unfortunately, Google play services has stopped"

and

"Unfortunately, the process com.google.process.gapps has stopped".

Any ideas how to workaround this problem ?

Jacob
  • 14,949
  • 19
  • 51
  • 74
  • Did you found solution? – Reza_Rg Sep 20 '14 at 03:04
  • Yup, it works. Just follow the installation of 2.0+ version and install. AFAIK, It required to install virtualbox, geanymotion, 2x packages with gapps and abi_interface. Rather simple. What I used to do other way, was to restart genymotion emulator via adb commandline. – Jacob Sep 21 '14 at 05:01
  • Possible duplicate of [How to install Google Play Services in a Genymotion VM (with no drag and drop support)?](http://stackoverflow.com/questions/20121883/how-to-install-google-play-services-in-a-genymotion-vm-with-no-drag-and-drop-su) – pRaNaY Nov 10 '15 at 03:55

2 Answers2

2

First you have to install genymotion plugin, you can find it at android studio settings-plugins-browse Do it this way:

  1. Open Terminal
  2. Copy and paste bin file of genymotion in home directory
  3. Type chmod +x genymotion-2.5.2_x64.bin
  4. Type ./genymotion-2.5.2_x64.bin
  5. Press Y

Done

Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82
Hiren Patel
  • 52,124
  • 21
  • 173
  • 151
0

The file gapps-jb-20130813-signed.zip seems to be buggy. I downloaded the more recent from:

http://wiki.cyanogenmod.org/w/Google_Apps#gappsCM11

And now it seems to be working fine after play store update.

Daniel
  • 1