8

I am trying to install Google Play in Genymotion. But when I drop the zip into the emulator, it saves the file in /sd.../ instead of flashing it. How do I get the zip to flash?

Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199

3 Answers3

19

If you are using Macbook then uncheck Safari->Preferences->General : Open "safe" files after downloading .The issue seems that mac OS unzips the package if the option is checked and renders it unrecognisable by the Genymotion Emulator and hence does not get flashed but simply copied to the sdcard.

Samar
  • 351
  • 1
  • 3
  • 8
4

Another thing to be aware of is that the name of your .zip file cannot have spaces in it, or it won't be recognized as Flashable.

Good: my_flashable_filename_with_underscores.zip

Bad: my flashable filename with spaces.zip

Impirator
  • 1,393
  • 1
  • 12
  • 24
2

If you are dropping and just get the Files successfully copied to: /sdcard/Download/ message, it means your file is not being recognized as a flashable archive. You should double-check that your gapps-xx.zip file is complete and not corrupted. Also, make sure you have the correct gapps for your platform (see http://wiki.cyanogenmod.org/w/Google_Apps#Downloads).

Paul Ratazzi
  • 6,289
  • 3
  • 38
  • 50
  • 5
    I was pulling my hair out over this one. It seems since I renamed the GAPPS zip file to include spaces, the emulator no longer recognized it as a flashable archive. Remove any spaces from the name of your zip. – Lee Feb 02 '16 at 19:36
  • This sort of explains the problem instead of answering the question. – Renato Back Oct 18 '16 at 00:54