I have implemented an android application with Google Map, using v2 Version . i tested the app on a real device . it is working fine , but i want to test it on genymotion also . How can i do that ?
-
Go from here: http://stackoverflow.com/questions/20121883/how-to-install-google-play-services-in-a-genymotion-vm-with-no-drag-and-drop-su – Rod_Algonquin Apr 23 '15 at 08:38
4 Answers
You need to follow the directions posted in this forum: http://forum.xda-developers.com/showthread.php?t=2528952%5d
Long Story Short Genymotion emulators are missing a set of libraries that real devices have. For example to many features nowadays (such as google maps api related features) you need to have the google-play libraries. Same rule applies for all other third party apis e.g. Facebook SDK. Some people in the forum (link above) have created such libraries that you install on your Genymotion emulator simply by drag&drop.
Hope it helps.

- 2,483
- 1
- 17
- 19
you have to download gapps from below link and drag and drop in emulator. https://basketbuild.com/gapps

- 160
- 1
- 1
- 10
As others have noted, you need to download the google apps and drag and drop the downloaded zip onto your emulator. Perhaps, the best place to download from is the from the opengapps.org project. Plenty of options there too.

- 11,728
- 11
- 67
- 78
Genymotion emulators are missing a set of libraries that real devices have. For example to many features nowadays (such as google maps api related features) you need to have the google-play libraries. Same rule applies for all other third party apis e.g. Facebook SDK. Some people in the forum (link above) have created such libraries that you install on your Genymotion emulator simply by drag&drop.

- 342
- 2
- 5