美文网首页
解决android studio提示Error:Failed t

解决android studio提示Error:Failed t

作者: sun_wenming | 来源:发表于2017-09-14 13:40 被阅读0次

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链接中:https://services.gradle.org/distributions/
找到你需要的版本号。
然后下载到你电脑中。并解压到如下目录中
C:\Users\Administrator.gradle\wrapper\dists

解压目录
     之后在你studio 中 打开设置:File->settings
选择解压好的gradle

这样即可正常使用studio 如还有不解,欢迎comment.

相关文章

网友评论

      本文标题:解决android studio提示Error:Failed t

      本文链接:https://www.haomeiwen.com/subject/iyhdsxtx.html