0

Error shown on android emulator :

"Google Play services ,which some of your application rely on, is not supported by your device. Please contact the manufacturer for assistance"

I have generated the key required to add in manifest, installed google play services and added reference to my project. my AVD is android 4.2.2(17) I have also installed google api for android 4.2.2(17) but still it isn't working.

Storm
  • 684
  • 9
  • 20
  • u have to add support to your emulator for running MAP ver 2 app.. Check this link http://saleh.dsb-h.com/android-running-google-maps-api-v2-sample-in-emulator/ – Virag Brahme Dec 12 '13 at 08:49
  • check out this post about maps api v2 http://rachitmishra.com/2013/08/the-maps-v2-api/ – Rachit Mishra Dec 12 '13 at 09:39
  • @barlop yup! my blog once! lost it because i was hosting it free! i will write a new one, till then removing this link! – Rachit Mishra Jan 17 '15 at 14:36
  • sometimes old links e.g. http://saleh.dsb-h.com/android-running-google-maps-api-v2-sample-in-emulator/ http://rachitmishra.com/2013/08/the-maps-v2-api/ can be on archive.org The salah one is though not the rachit one https://web.archive.org/web/20130826010647/http://saleh.dsb-h.com/android-running-google-maps-api-v2-sample-in-emulator/ – barlop Jan 17 '15 at 14:52

1 Answers1

-1

Google play services are not installed in the emulators. You have to manually install the APKs for the required services you want to run on the emulator.
and as an alternative you can use genymotion emulator, they are pretty fast and come with google play services.

johntheripp3r
  • 989
  • 6
  • 15