android 编译错误 Error:(1, 0) Plugin with id 'com.android.application' not found. 解决

buildscript {
    repositories {
        jcenter() // or mavenCentral()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:1.5.0'
    }
}

allprojects {
    repositories {
        jcenter()
    }
}

猜你喜欢

转载自blog.csdn.net/qq_41118173/article/details/80258271
今日推荐