针对我的问题这样解决了 贴出来困惑的朋友可以尝试一下:
在build.gradle中添加一下代码
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}