skip to Main Content

Android Studio – Exception in thread "main" java.util.zip.ZipException: zip END header not found

I get such error while run a project in flutter. Why is this happening and how can I fix this error? Exception in thread "main" java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1581) at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1476) at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1483) at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1288) at…

VIEW QUESTION

Android Studio – Could not get unknown property 'FLIPPER_VERSION' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler

This is the error I am getting while I'm trying to get an app to debug on the android emulator from android studio on visual studio code : Could not get unknown property 'FLIPPER_VERSION' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. What…

VIEW QUESTION
Back To Top
Search