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)

一、问题描述

在使用更新版本的AndroidStuido,总会偶然性的出现各类IDE编译的问题,尤其是gradle引起的问题,废话不说,此处记录遇到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)该问题的解决方式。
这里写图片描述
虽然提示什么网络连接问题,但实质是因为Studio更新,与之相应的gradle不匹配,不论是删除项目内的gradle,还是翻*墙也是无用,这里吐槽一下,有问题用Google,百度,真的很垃圾!

二、解决方案
  1. 下载官方的gradle,https://gradle.org/install/
# 这里是用choco安装管理,提示,注意国内安全软件的流氓拦截行为
choco install gradle
#然后配置环境变量,
  1. 修改Studio中build 配置

gradle

  1. 重新编译即可
GitHub 加速计划 / de / Dependencies
8.61 K
704
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:2 个月前 )
1997a400 - 2 年前
2f423539 - 2 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐