Google Play Services version 5.2.08 too recent for my device

前端 未结 2 1334
太阳男子
太阳男子 2020-12-06 00:42

I use this method to check the availability of play services:

private boolean checkPlayServices() {
    int status = GooglePlayServicesUtil.isGooglePlayServi         


        
相关标签:
2条回答
  • 2020-12-06 01:06

    Originally posted in the question


    I specified the previous version I remember seeing in app/build.gradle and my app runs fine now:

    compile 'com.google.android.gms:play-services:5.0.89' 
    
    0 讨论(0)
  • 2020-12-06 01:15

    Had to fix building using 5.0.89 too because my device won't update the google play services.

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