【问题标题】:No cached version of io.fabric.tools:gradle:1.25.4 available for offline modeio.fabric.tools:gradle:1.25.4 没有缓存版本可用于离线模式
【发布时间】:2020-08-21 03:27:23
【问题描述】:

我正面临这个问题。尝试了很多东西,但没有成功。

“没有 io.fabric.tools:gradle:1.25.4 的缓存版本可用于离线模式”

我检查过:

  1. 通过无代理、自动代理和输入地址和端口连接互联网。
  2. 文件 > 使 chache 无效并重新启动
  3. 重建并重启 android studio
  4. 检查插件结构但未找到。

如何解决 io.fabric 错误?请发表评论。

io.fabric 过时了吗?如果app包含它是什么解决方案?

我的 build.gradle:

buildscript {
    repositories {
        jcenter()
        google()
        maven { url 'https://maven.google.com/' }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
//        classpath 'com.android.tools.build:gradle:3.3.0'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
        google()
        maven { url 'https://maven.google.com/' }
    }
}


task clean(type: Delete) {
    delete rootProject.buildDir
}

【问题讨论】:

    标签: android firebase android-studio


    【解决方案1】:

    我想还有一个选项可以尝试检查是否启用了离线模式。下面一个是离线的。如果离线,则将其更改为在线并再次同步

    【讨论】:

      猜你喜欢
      • 2017-12-22
      • 1970-01-01
      • 2014-05-01
      • 2016-09-21
      • 2018-01-08
      • 2017-08-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多