错误:(26、13)无法解决:com.android.support:appcompat-v7:27.+

时间:2018-06-25 18:00:12

标签: android android-studio gradle android-gradle build.gradle

错误:(26,13)无法解决:com.android.support:appcompat-v7:27.+ 安装存储库并同步项目 显示在文件中 在“项目结构”对话框中显示

注意-我单击安装存储库,但显示错误消息:所有软件包均不可用; 注意-我使用版本3.3的本地gradle分发,而maven repo使用版本4.1的,所以它也不起作用

build.gradle project

// Top-level build file where you can add configuration options common to all 
sub- projects/modules.

buildscript {
repositories {
    jcenter()
}
dependencies {
    classpath 'com.android.tools.build:gradle:2.3.3'

    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}
}
allprojects {
repositories {
    jcenter()
}
}

1 个答案:

答案 0 :(得分:2)

在项目google()的两个repositories中添加build.gradle