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

前端 未结 5 2092
轮回少年
轮回少年 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:12

    Try to update minSdkVersion 14 to minSdkVersion 16 or above. cause its happened with me and after long searched, I changed it and solved m problem so may be it works for you.

提交回复
热议问题