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 1117
傲寒
傲寒 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:07

    My issue was...
    I can run the project... but suddenly this error came up.
    After few tried "Try Again" Solution but not solving.

    Finally after few minutes wasted. I Try Clean Project. And Rebuild. Tadaaaa it work.
    i dont know if this will help anybody but it solve my issue. hope it solve yours.

提交回复
热议问题