Gradle sync failed: Gradle DSL method not found: 'android()'

解决方案:

删掉build.gradle(project)中的

android {
    compileSdkVersion 23
    buildToolsVersion 19.0.1;
}
然后重启,进入之后,按照提示,重新下载build-tools。 

你可能感兴趣的:(Android,Studio)