出现Failed to open zip file问题的解决方法
程序员文章站
2022-04-29 20:29:36
...
Error:Failed to open zip file. Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network) Re-download dependencies and sync project (requires network)
错误如上。
最简单的方法,也是我采用的方法,就是改一下gradle-wrapper.properties中的distributionUrl
将
- distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
改成
- distributionUrl=http\://services.gradle.org/distributions/gradle-3.3-all.zip
上一篇: 小扁豆的功效与作用有哪些呢
推荐阅读
-
详解Vue项目中出现Loading chunk {n} failed问题的解决方法
-
Python遍历zip文件输出名称时出现乱码问题的解决方法
-
.NET Core SDK在Windows系统安装后出现Failed to load the hostfxr.dll等问题的解决方法
-
详解Vue项目中出现Loading chunk {n} failed问题的解决方法
-
小马激活工具出现Cannot open file k:OEMSF 的解决方法
-
PySide2出现“ImportError: DLL load failed: 找不到指定的模块”的问题及解决方法
-
Python遍历zip文件输出名称时出现乱码问题的解决方法
-
php报错: file_put_contents(): failed to open stream 的解决方法
-
Python遍历zip文件输出名称时出现乱码问题的解决方法
-
.NET Core SDK在Windows系统安装后出现Failed to load the hostfxr.dll等问题的解决方法