Android stadio 生成项目 Plugin with id 'com.android.application' not found

buildscript {
 
repositories {
 
jcenter()
 
}
 
dependencies {
 
classpath 'com.android.tools.build:gradle:2.3.3' //这里gradle版本改成你自己的版本
 
 
 
// NOTE: Do not place your application dependencies here; they belong
 
// in the individual module build.gradle files
 
}

}

  

原文地址:https://www.cnblogs.com/wdw31210/p/9724422.html