I\'ve tried to implement Google Maps v2 in my Android application, but unfortunately instead of maps I get this message:
I tried the steps above (by paniniluncher) but received the following message:
Google Play services out of date. Requires 3025100 but found 2012110
I received this message because I required different versions of the files noted above. To resolve the issue I first uninstalled the files referenced above, downloaded the versions that I needed (as referenced in the following StackOverflow posting:
Google Play services out of date. Requires 3025100 but found 2012110
and then installed these files using the `adb -e install [path-to-APK-file] and then restarted the emulator and it worked perfectly!