0

Why does IntelliJ fail to sync a new gradle dependency?

For a newly unzipped project opened in IntelliJ, the build failed and it shows:

zip END header not found

DaveyDaveDave
  • 9,821
  • 11
  • 64
  • 77
Mama
  • 475
  • 1
  • 10
  • 26
  • Seems that .jar in Gradle local repository is corrupted. Try to remove and re-download. See https://stackoverflow.com/questions/52411697/intellij-compilation-error-zip-end-header-not-found – Konstantin Annikov Jul 12 '21 at 03:52
  • Does this answer your question? [Flutter Gradle task assembleDebug failed with exit code 1 zip END header not found](https://stackoverflow.com/questions/67901965/flutter-gradle-task-assembledebug-failed-with-exit-code-1-zip-end-header-not-fou) – DaveyDaveDave Dec 03 '21 at 16:17

1 Answers1

0

It looks a duplicated question.


Refer https://stackoverflow.com/a/68375780/11741935 for details.

Y. Wan
  • 21
  • 3