0

I'm using google map V2 in my application android , I try for the first time to display the map ,I followed the official Tutorial , but i have this error

[1]: https://i.stack.imgur.com/sOReI.png “Google Play services, which some of your applications rely on, is not supported by your device.” and google play services is well installed http://d.pr/i/CPX2 "AVD" PS: I'm using emulator API15

Kara
  • 6,115
  • 16
  • 50
  • 57
user2673732
  • 127
  • 3
  • 12

4 Answers4

1

You cannot use the emulator in a easier way because to use Google Maps API in an app the phone needs to be registered in Google Play. Follow this tutorial to test in emulator: http://saleh360.blogspot.com.es/2012/12/android-running-google-maps-api-v2_12.html

Renan Bandeira
  • 3,238
  • 17
  • 27
1

Try it in a physical device rather than the AVD. To run maps V2 on your physical device you should have the updated version of google maps and google play services.

Eric B.
  • 4,622
  • 2
  • 18
  • 33
1

Don't use emulator. It doesn't have Google play services. Test in Real device. If you want to test in emulator, follow this. Running Google Maps v2 on the Android emulator by Panini Luncher.

Community
  • 1
  • 1
Shadow
  • 6,864
  • 6
  • 44
  • 93
1

Verify the API key , I'm sure you have a problem there

Mariama Mariama
  • 170
  • 1
  • 11