Google Play Services version 5.2.08 too recent for my device

前端 未结 2 1312
太阳男子
太阳男子 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' 
    

提交回复
热议问题