所有新项目都出现Gradle错误:Gradle sync失败

时间:2016-05-29 16:23:55

标签: android gradle

每当我开始一个新项目时,我都会收到此错误。它没有配置。

  

Gradle sync失败:配置项目':app'时出现问题。              有关更多详细信息,请参阅IDE日志(帮助|显示日志)

的build.gradle:

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

            // NOTE: Do not place your application dependencies here; they belong
            // in the individual module build.gradle files
        }
    }

    allprojects {
        repositories {
            jcenter()
        }
    }

    task clean(type: Delete) {
        delete rootProject.buildDir
    }

0 个答案:

没有答案