skip to Main Content

Gradle task assembleDebug failed when running flutter

Exception in thread "main" java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1474) at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1482) at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1320) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1282) at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:709) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:243) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:172) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:186) at org.gradle.wrapper.Install.unzip(Install.java:214) at org.gradle.wrapper.Install.access$600(Install.java:27) at org.gradle.wrapper.Install$1.call(Install.java:74) at org.gradle.wrapper.Install$1.call(Install.java:48) at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:65) at org.gradle.wrapper.Install.createDist(Install.java:48) at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:128)…

VIEW QUESTION

After update android studio all old flutter project not run

I get below error when i try to run app Could not open settings generic class cache for settings file '/Users/user/Desktop/Ridham/e_commerce/Desi_Chicken/DesiChiken_Vendor/android/settings.gradle' (/Users/user/.gradle/caches/8.0.2/scripts/df7u4no3ok2toy60b1rh7yy2p). BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 65 Could not…

VIEW QUESTION

Android Studio – Deprecated Gradle features were used in this build – Flutter android app build fail

Flutter app builds fine on iOS but fails to build Android App: 1: Task failed with an exception. ----------- * Where: Script '/Users/dhwanitzaveri/.pub-cache/hosted/pub.dev/irondash_engine_context-0.4.0/cargokit/gradle/plugin.gradle' line: 59 * What went wrong: Execution failed for task ':irondash_engine_context:cargokitCargoBuildIrondash_engine_context_nativeDebug'. > Process 'command '/Users/dhwanitzaveri/.pub-cache/hosted/pub.dev/irondash_engine_context-0.4.0/cargokit/gradle/../run_build_tool.sh'' finished with…

VIEW QUESTION
Back To Top
Search