您的位置:首页 > 产品设计 > UI/UE

Could not find com.android.tools.build:gradle

2017-11-26 11:51 435 查看
Could not find com.android.tools.build:gradle:3.0.0.



或者改代码:根目录下的build.gradle

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: