解决Gradle DSL method not found: ‘android()’

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/hgxbra/article/details/54313379
打开build.gradle, 删除最外层 android:
android {
    compileSdkVersion 23
    buildToolsVersion "24.0.1";
}

猜你喜欢

转载自blog.csdn.net/hgxbra/article/details/54313379