Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.google.android.gms:play-services-basement:[15.0.0,16.0.0)

前端 未结 12 1081
傲寒
傲寒 2021-01-07 20:52

I am getting this error: Here is my build.gradle(Module:app)

apply plugin: \'com.android.application\'
apply plugin: \'io.fabric\'

android {
    compileSdkV         


        
12条回答
  •  独厮守ぢ
    2021-01-07 21:21

    If this problem occurred to you suddenly, it may be that it was corrupted while generating the apk. This rarely happens

    Solution: rebuild tasks

    you can see it in this image

提交回复
热议问题