6

I've tried to implement Google Maps v2 in my Android Application, but unfortunately instead of Maps I can see this message:

This app won't run without Google Play Services, which are missing from your phone along with button "Get Google Play Services".

Before tell me, is this possible to run Google Maps on Android emulator?

JJD
  • 50,076
  • 60
  • 203
  • 339
Nilesh Sasane
  • 85
  • 1
  • 1
  • 7
  • thanks Aravinth, but how to install google play services in emulator, i have successfully install com.google.gms.apk and com.google.vendig.apk on emulator, but it will not work. – Nilesh Sasane Aug 27 '13 at 07:24
  • browse and get the google play apk and then install in your emulator. – Aravin Aug 27 '13 at 07:26
  • Just refer this one you can get some idea. [Google maps on emulator][1] [1]: http://stackoverflow.com/questions/14040185/running-google-maps-v2-on-android-emulator?rq=1 – Aravin Aug 27 '13 at 07:30
  • i have also tried this, but i am not able to install google plak apk, emulator is always get force close browser dialogue. – Nilesh Sasane Aug 27 '13 at 07:30
  • refer this link http://stackoverflow.com/questions/14040185/running-google-maps-v2-on-android-emulator?rq=1 – Aravin Aug 27 '13 at 07:30
  • refer this http://sunil-android.blogspot.in/2013/07/google-map-android-api-v2-with-location.html – Sunil Kumar Aug 27 '13 at 07:33

5 Answers5

5

You should use an emulator based on SDK version 4.2.2 or higher. Look here for details:

http://developer.android.com/google/play-services/setup.html

Note: Only Android 4.2.2 and higher versions of the Google APIs platform include Google Play services.

validcat
  • 6,158
  • 2
  • 29
  • 38
2

Try Genymotion emulator....It supports location based services.

Andromida
  • 1,095
  • 1
  • 11
  • 28
Rishabh Srivastava
  • 3,683
  • 2
  • 30
  • 58
2

you can select as the target api as google api.It support maps I have also tried it & it successfully running.

GautamK11
  • 71
  • 7
0

You can download Genymotion emulator and test your google map api . http://www.genymotion.com/

Hemantvc
  • 2,111
  • 3
  • 30
  • 42
0

Yes some people suggests its possible to run Google Map in Emulator to by installing google play services.Check the below post.

https://stackoverflow.com/a/18119265/1665507

Community
  • 1
  • 1
Spring Breaker
  • 8,233
  • 3
  • 36
  • 60