Google Play services out of date. Requires 3025100 but found 2012110
Asked Answered
N

2

11

I'm using the Google maps v2 in my app and am debugging it in the emulator. Since the update on the 26th Feb I now get this error message

Google Play services out of date. Requires 3025100 but found 2012110

I now wonder if anyone has the updated files necessary to run google play services rev 5 in the emulator? I've tried to run the app with rev 4 of Google play services, but the emulator is not having it and asks for me to update Google play services. Does anyone have any other ideas perhaps?

Many thanks

Nee answered 1/3, 2013 at 11:10 Comment(9)
Did you updated with revision 5?Scleroprotein
Development of Maps V2 apps is not supported on the emulator at this time.Marybelle
@Mitesh Yes, I updated to revision 5 with the SDK. I have also tried to downgrade back to rev 4, but the emulator is then telling me that Google play services need to be updated. I guess I just need the vending.apk and gms.apk for the updated play services. But I can't seem to get hold of them.Nee
@Marybelle Not officially no, but you just need to install the play services manually and it does. See this tutorialNee
And that is called "software piracy".Marybelle
Well I'm actually getting this on a real device, just after I set up a clean enviroment on a new laptop with a project that was working ok previously, any ideas as to what can be happening? EDIT: I just found out that my device was to blame. It was actually a recently reset galaxy tab, which still had the old Android Market in it.Chromosphere
@Linn, did you succeed at getting updated to 3025100?Residuum
@StéphaneBruckert found the files! :D See answerNee
@Nee How to set up a fast emulator for Android on Linux?Adrea
N
0

I found the files I needed in the end, gms and vending

Nee answered 14/3, 2013 at 12:20 Comment(2)
Hi. i got an error wile executing this "adb install -r gms.apk" it says "inconsistent certivicates" can u help me?Triptych
@Triptych Hmm.. nothing I've ever come across unfortunately. But I found this post. It might help?Nee
P
0

After the updateion of ADT 22.0.1 and new Android Private Libraries, the google map service was giving some or the error and app crashes off. So i found the solution finally and it worked for me.

Just install the google play service lib and than go to the google-play-service/libproject/google-play-services_lib from the link below :-

https://www.dropbox.com/sh/2ok76ep7lmav0qf/9XVlv61D2b

than import that into your workspace . Clean your project where you want to use gogole-play-services-lib than build it agian and go to the Project > Properties > Java BuildPath > select "Android Private Libraries, android Dependencies, google-play-service"

in Properties itself go to Android and than choose any of the version and than choose add and select google-play-service-lib and than press apply and finally OK.

At last go to the Project > Android Tools > Android Support Libraries . Accept the license and after installing than run your project.

It will Work Fine.

Hope this Will Help You.

Petrography answered 3/6, 2013 at 6:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.