is having trouble with Google Play services - When using GoogleApiClient, it always trigger onConnectionFailed

前端 未结 5 2093
轮回少年
轮回少年 2021-02-12 23:55

Currently, my app is using

  • minSdkVersion 14
  • targetSdkVersion 23
  • compile \'com.google.android.gms:play-services-gcm:8.4.0\'
  • compile \'com
5条回答
  •  走了就别回头了
    2021-02-13 00:11

    After working closely with my user, I realize the solution is

    1. Uninstall Google Play services

    2. Update Google Play Services again

    https://play.google.com/store/apps/details?id=com.google.android.gms&hl=en

    It works fine after that. If it still doesn't, perhaps restarting your device might help?!

提交回复
热议问题