在buildgradle有以下代码classpath'com.android.tools.build:gradle:2.1.0'2.1.0就是版本号buildscript{repositories{jcenter()}dependencies{classpath'com.android.tools.build:gradle:2.1.0'//NOTE:Donotplaceyourapplicationdependencieshere;theybelong//intheindividualmodulebuild.gradlefiles}}allprojects{repositories{jcenter()}}taskclean(type:Delete){deleterootProject.buildDir}