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

后端 未结 7 1370
萌比男神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:19

    In your build.gradle, upgrade play-services-gcm and play-services-location to 15.0.1:

    com.google.android.gms:play-services-gcm:15.0.1
    com.google.android.gms:play-services-location:15.0.1
    
    0 讨论(0)
提交回复
热议问题