Re-download dependencies and sync project (requires network)
Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
项目地址:https://gitcode.com/gh_mirrors/de/Dependencies
免费下载资源
·
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,百度,真的很垃圾!
二、解决方案
- 下载官方的gradle,https://gradle.org/install/
# 这里是用choco安装管理,提示,注意国内安全软件的流氓拦截行为
choco install gradle
#然后配置环境变量,
- 修改Studio中build 配置
- 重新编译即可
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 年前
更多推荐
已为社区贡献1条内容
所有评论(0)