Failed resolution of: Lcom/google/android/gms/common/api/Api$zzf;

后端 未结 7 1371
萌比男神i
萌比男神i 2021-02-13 14:12

I got this error when we run apk file of our application. In build.gradle we set multidex and compile multidex is existed in Gradle file . We changed the version of

7条回答
  •  故里飘歌
    2021-02-13 15:05

    This is happen when we try to authenticate user with some authenticate service like AccountKit FirebaseAuth and those service depends on play-services-auth So, Add

    implementation 'com.google.android.gms:play-services-auth:16.0.0'
    

    on your build.gradle dependencies

提交回复
热议问题