Gradle项目同步失败(无法解决:com.android.support:appcompat-v7:26.1.1)

时间:2019-05-11 10:05:11

标签: android

我想导入一个新项目,但是出现以下错误。

错误:

enter image description here

我已经按照以下步骤安装了所有SDK平台。

enter image description here

我的SDK工具:26.1.1

enter image description here

我将所有版本设置为26。

enter image description here

但这不起作用。

1 个答案:

答案 0 :(得分:0)

将此行添加到顶级构建gradle文件中

google()
jcenter()
maven {
    url 'https://maven.google.com'
}