Search code examples
flutterzipexception

Flutter: Exception in thread "main" java.util.zip.ZipException: error in opening zip file


I created a new flutter project in android studio 3.5, but facing error

Exception in thread "main" java.util.zip.ZipException: error in opening zip file

Efforts for the solution: this, this but did not work for me.


Solution

  • After hours of effort, I came up with the solution.
    I have changed gradle wrapper properties distribution url version to: 5.5.1-all which was available in my system.
    Due to some reason, android studio was fetching the latest version which was not in my system.