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.

先用Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this so

先用离线模式解决gradle版本包的问题,出现这个问题的原因大概是别人的项目引用的gradle包在你as下无法识别无法解压导致的,先用你本地的gradle包(没有的话https://services.gradle.org/distributions/去下载),然后再运行,没有这样的错误后,接下来按提示操作就可以

 

 

 

相关文章:

  • 2021-05-29
  • 2021-04-13
  • 2021-06-07
  • 2021-09-19
猜你喜欢
  • 2021-08-30
  • 2021-12-15
  • 2021-06-27
  • 2021-12-15
相关资源
相似解决方案