i have a problem to run Android on Android Emulator,i'm using Android Emulator but it too slow,i already try another emulator such Bluestack but it is same for me,too slow,then Genymotion but there is no Google Play Services on it now,any suggestion for me??
-
http://stackoverflow.com/questions/17831990/how-do-you-install-google-frameworks-play-accounts-etc-on-a-genymotion-virt – Shayan Pourvatan Aug 19 '14 at 04:54
-
2why u r not using real device to run ur application through adb – Akshay Mukadam Aug 19 '14 at 04:55
-
@james i have did it, i release my app become APK and then install it on my samsung grand 2,but the maps is show blank,how i know what's wrong with it?? – Wisnu Khazefa Aug 19 '14 at 04:59
-
@shayanpourvatan is it new version of Genymotion?? – Wisnu Khazefa Aug 19 '14 at 05:00
-
@shayanpourvatan i have do that way but my Genymotion always crash,so i back to android emulator, and continue to find another best way,sadly – Wisnu Khazefa Aug 19 '14 at 05:02
-
no its not new, you must download google play on genymotion for build your maps. if you had a problem on device you can debug your code on device, connect your device and debug your code – Shayan Pourvatan Aug 19 '14 at 05:02
-
@shayanpourvatan what version of Genymotion did u use?? because i use the latest – Wisnu Khazefa Aug 19 '14 at 05:08
-
I've use version 2.2.2 – Shayan Pourvatan Aug 19 '14 at 05:21
-
ok i will try it again hopefully this problem solved,thanks a lot – Wisnu Khazefa Aug 19 '14 at 05:24
-
don't u have a device ? ...it is difficult to work with emmulators in case of maps.... there are so many issues occur .. GPS ..lat long ...accuracy ...!!!!!!!! – Maveňツ Aug 19 '14 at 05:53
-
@maven yes sure but this app is not for release, this is just for my friend to learn again,so i must use possible emulator that needed,hehe – Wisnu Khazefa Aug 19 '14 at 09:14
4 Answers
Install haxm you can download externally from HERE, see installation instruction here HERE
once your installed create google api based emulator with intel cpu

- 1,875
- 22
- 40
Genymotion is very good emulator for testing maps based applications. It supports OpenGL. You will find a lot of good features in it. It is very easy there to set the test location points.
To install Google Apps like Gmail, Google Play Service, Play Store, Map etc you have to install GApps.

- 48,003
- 27
- 91
- 111
You can use Genymotion to run your application.Genymotion is an open source Android emulator for app testing and presentation. You can control simulated sensors like battery, GPS, accelerometer,camera etc. It is quick and powerful Android emulator. You can download it from This LINK

- 2,334
- 24
- 50
i would recommend genymotion.You can install google play services and google apps in geny motion easily.You just have to install ARM Translation in genymotion.Here's link that will help you http://forum.xda-developers.com/showthread.php?t=2528952

- 7,968
- 13
- 40
- 42