为什么我会得到这个错误?,如何修复它,我试图跟随任何介绍,但它无法修复。
Gradle项目刷新失败 错误:无法下载工件' com.android.tools.build:builder:0.12.2:builder.jar':没有可用于离线模式的缓存版本
我的build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
感谢您的解决方案/想法。
答案 0 :(得分:0)
转到Settings->Build,Execution,Deployment->Gradle
。并检查 Offline Work
,然后重试。
答案 1 :(得分:0)
转到设置 - >在搜索框中输入gradle并单击结果并取消选中离线作品