-3

I tried to create a simple app with google map using GG API key v2

I follow exactly everything in https://developers.google.com/maps/documentation/android/start

but i still get this error

enter image description here

I already tried to fixed and i also read some topic in this forum ( may be my question is duplicated) . But i stll dont know how to fix it

Nanne
  • 64,065
  • 16
  • 119
  • 163
erijack
  • 57
  • 1
  • 2
  • 9
  • if you have read this question before and you allready suspect it is a duplicate, why post it? It'll be hard to gain the reputation needed for posting images (for instance) like that? – Nanne Nov 01 '13 at 09:57
  • Run your project in Real device and update your google play services library. – Hardik Joshi Nov 01 '13 at 09:58

1 Answers1

3

From the link you provided, it seems that you are attempting to run Google Maps API v2 on an emulator.

This is currently not officially supported - see here for more details.

Nevertheless, some SO users have created an emulator that does support it. I suggest reading this post and attempting their method.

Community
  • 1
  • 1
Ed Holloway-George
  • 5,092
  • 2
  • 37
  • 66