Note that there are some explanatory texts on larger screens.

plurals
  1. POProguard returned with error code 1. After update from ADT 16 to 18
    text
    copied!<p>I used to have <a href="http://sourceforge.net/projects/proguard/files/proguard/" rel="nofollow noreferrer">Proguard</a> 4.6 working perfectly to export signed applications on Eclipse 3.6.2.</p> <p>But once I updated my ADT + SDK from <code>16.0.0.v201112150204-238534</code> to <code>18.0.0.v201203301601-306762</code> I can no longer export signed applications (debug version works fine). Instead I receive the following error log in the console:</p> <pre><code>Proguard returned with error code 1. See console java.io.IOException: Can't read [\\bta\wspc\LibProj1\bin\libproj1.jar] (Can't process class [com/bta/blib/proj1/BtClsProj1.class] (Unexpected end of ZLIB input stream)) at proguard.InputReader.readInput(InputReader.java:230) at proguard.InputReader.readInput(InputReader.java:200) at proguard.InputReader.readInput(InputReader.java:178) at proguard.InputReader.execute(InputReader.java:78) at proguard.ProGuard.readInput(ProGuard.java:196) at proguard.ProGuard.execute(ProGuard.java:78) at proguard.ProGuard.main(ProGuard.java:492) Caused by: java.io.IOException: Can't process class [com/bta/blib/proj1/BtClsProj1.class] (Unexpected end of ZLIB input stream) at proguard.io.ClassReader.read(ClassReader.java:112) at proguard.io.FilteredDataEntryReader.read(FilteredDataEntryReader.java:87) at proguard.io.JarReader.read(JarReader.java:65) at proguard.io.DirectoryPump.readFiles(DirectoryPump.java:65) at proguard.io.DirectoryPump.pumpDataEntries(DirectoryPump.java:53) at proguard.InputReader.readInput(InputReader.java:226) ... 6 more Caused by: java.lang.RuntimeException: Unexpected end of ZLIB input stream at proguard.classfile.io.RuntimeDataInput.readInt(RuntimeDataInput.java:136) at proguard.classfile.io.ProgramClassReader.visitProgramClass(ProgramClassReader.java:77) at proguard.classfile.ProgramClass.accept(ProgramClass.java:346) at proguard.io.ClassReader.read(ClassReader.java:91) ... 11 more </code></pre> <p>I searched SO for clues but the only related thread I've been able to find is about <a href="https://stackoverflow.com/questions/8877452/proguard-4-7-with-eclipse-sdk-3-7-1-proguard-fails-with-java-io-ioexception">Proguard 4.7 with Eclipse SDK 3.7.1</a> with some reference to "Samsung's SPen SDK 1.5" which I clearly don't have.</p> <p>Any idea what could be causing this and how to fix the problem?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload