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

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-27 05:55:49

问题


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


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/15156301/google-play-services-out-of-date-requires-3025100-but-found-2012110

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!