我正在创建一个应用程序,其中我正在使用 Fabric 。昨天它工作正常但是今天它出现以下错误并且gradle构建失败并出现以下错误
Error:A problem occurred configuring project ':app'.>
Could not resolve all dependencies for configuration ':app:classpath'.>
Could not download gradle.jar (io.fabric.tools:gradle:1.22.0)>
Could not get resource 'https://maven.fabric.io/public/io/fabric/tools/gradle/1.22.0/gradle-1.22.0.jar'.> Connection reset
我不知道如何解决此错误。任何帮助都会被批评
答案 0 :(得分:0)
似乎与maven.fabric.io
的临时问题相似。今天有类似的问题,直接URL下载工作,但Gradle下载非常慢,最后重置连接。 15分钟后一切正常。