Possible Duplicate:
This app won’t run unless you update Google Play Services. (via Bazaar)
I am trying to show up a map as in Google Maps Android API v2. https://developers.google.com/maps/documentation/android/.
When I run the application it shows the message “This app will not run unless you update google play services” in emulator.
I also looked into Google Maps V3 as in https://developers.google.com/maps/documentation/javascript/ and it says it can be used in mobile app as well.
Can someone help me resolve problem in v2 and suggest if using v3 can be simpler?
My understanding is that Google Play Services can’t be installed on an emulator and that consequently the Maps API v2 can’t be tested on an emulator. This seems to be confirmed by Google people in the following Google+ post
Google plus discussion
This is disappointing news for me.