I am referring to this Question in stackoverflow
- I am also trying to execute the MAP-API in my emulator
- I am not trying to use any other emulators like Genymotion
- I have also referenced google play store by importing to my eclipse
here ::
<android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib library project
I also followed link and installed apk's through command line to my emulator for the fix like
- vending-2.apk
- gms-2.apk
- maps-2.apk
I have no errors in the code as the code is similar to this link
Apparently my log reads as
10-19 14:02:00.369: W/GooglePlayServicesUtil(435): Google Play services out of date. Requires 3265100 but found 2012110
How to resolve this !