Google Play services out of date. Requires 7571000 but found 6774470

后端 未结 5 1190
盖世英雄少女心
盖世英雄少女心 2021-02-19 02:16

Im trying to add google play API to my android game and i followed the instructions in their site.

I got this error in the emulator run, trying to solve it. (on my phone

5条回答
  •  星月不相逢
    2021-02-19 03:05

    In my case I'm working with wearables and I must use the Google Play Services wearable library:

    compile 'com.google.android.gms:play-services-wearable:7.5.0'

    I was getting the message Google Play services out of date. Requires 7571000 but found 7327534 in the log.

    And the watch suggested updating Android Wear and automatically run it on the phone. But Android Wear couldn't be updated since there were no more updates available, so in the end I changed the library version from 7.5.0 to 7.3.0 and it worked.

提交回复
热议问题