Android studio出现:Cause: error in opening zip file

    xiaoxiao2021-03-25  220

    解决办法:删除掉 ~/.gradle/wrapper/dists/ 下的文件夹,重新运行即可

    参考内容:

    The solution that worked for me

    I had the luxury of comparing differences with working projects. That is how I discovered the error was due to the distributionUrl property in the gradle/wrapper/gradle-wrapper.properties file.

    In the failing project this was set like distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip. While in the working project this was distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip. Note the difference in the version.

    Updating this distributionUrl in gradle-wrapper.properties to this 1.11 link solved the issue for me.

    转载请注明原文地址: https://ju.6miu.com/read-682.html

    最新回复(0)