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

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

提交回复
热议问题