Possible causes for this unexpected error include: Gradle‘s dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network) The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes (requires restart) Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
先用
先用离线模式解决gradle版本包的问题,出现这个问题的原因大概是别人的项目引用的gradle包在你as下无法识别无法解压导致的,先用你本地的gradle包(没有的话https://services.gradle.org/distributions/去下载),然后再运行,没有这样的错误后,接下来按提示操作就可以
本文提供了处理Gradle项目中常见错误的方法,包括依赖项缓存损坏、Gradle守护进程状态异常及第三方插件兼容性问题的解决方案。首先建议使用离线模式解决Gradle版本包的问题,之后再进行依赖项重新下载和项目同步。

3万+

被折叠的 条评论
为什么被折叠?



