Hello everyone,
My application used to compile successfully. Suddenly, it is not longer completing the compilation. I have cleaned the project and restarted the IDE but the error persists.
Can anyone help, please?
My application used to compile successfully. Suddenly, it is not longer completing the compilation. I have cleaned the project and restarted the IDE but the error persists.
Can anyone help, please?
B4X:
B4A Version: 10.0
Java Version: 8
Parsing code. (0.20s)
Building folders structure. (0.09s)
Compiling code. (1.22s)
Compiling layouts code. (0.04s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.00s)
Compiling debugger engine code. (0.02s)
Compiling generated Java code. (0.06s)
Convert byte code - optimized dex. Error
UNEXPECTED TOP-LEVEL EXCEPTION:
java.util.zip.ZipException: invalid literal/lengths set
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:274)
at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:166)
at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:144)
at com.android.dx.command.dexer.Main.processOne(Main.java:756)
at com.android.dx.command.dexer.Main.processAllFiles(Main.java:642)
at com.android.dx.command.dexer.Main.runMonoDex(Main.java:315)
at com.android.dx.command.dexer.Main.runDx(Main.java:293)
at com.android.dx.command.dexer.Main.main(Main.java:249)
at com.android.dx.command.Main.main(Main.java:94)
1 error; aborting