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

后端 未结 2 1649
无人共我
无人共我 2020-12-10 14:00

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 servi         


        
相关标签:
2条回答
  • 2020-12-10 14:40

    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.

    0 讨论(0)
  • 2020-12-10 14:43

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

    0 讨论(0)
提交回复
热议问题