Android Question error on compiling - whats happened?

aidymp

Well-Known Member
Licensed User
Longtime User
Hi i get this error on compiling!

B4A version: 5.20
Parsing code. (0.03s)
Running custom action. (0.01s)
Compiling code. (0.15s)
Compiling layouts code. (0.00s)
Generating R file. (0.15s)
Compiling debugger engine code. (1.12s)
Compiling generated Java code. (1.12s)
Convert byte code - optimized dex. Error
UNEXPECTED TOP-LEVEL EXCEPTION:
java.util.zip.ZipException: invalid distance too far back
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:672)
at com.android.dx.command.dexer.Main.processAllFiles(Main.java:574)
at com.android.dx.command.dexer.Main.runMonoDex(Main.java:311)
at com.android.dx.command.dexer.Main.run(Main.java:277)
at com.android.dx.command.dexer.Main.main(Main.java:245)
at com.android.dx.command.Main.main(Main.java:106)
1 error; aborting

What has happened?

Thanks

Aidy
 

aidymp

Well-Known Member
Licensed User
Longtime User
Have you added any new library?

Try to clean the project (Ctrl + P) and compile again.

Hi no I haven't, added anything new, and cleaning the project has no effect!

I will remove all my libs and add them 1 by 1 see what the offending item is, I see it is talking about zip's so I can only think its either Archiver or ArchiverPlusZip, but both have co-existed on my machine for at least a week with no problems.

I will report back any findings

Thanks
 
Upvote 0
Top