kuter007 / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
0 stars 0 forks source link

Exception in thread "main" java.lang.IllegalArgumentException #672

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Decode apk in debug mode

What is the expected output? What do you see instead?
Exception in thread "main" java.lang.IllegalArgumentException: MALFORMED
    at java.util.zip.ZipCoder.toString(ZipCoder.java:58)
    at java.util.zip.ZipFile.getZipEntry(ZipFile.java:567)
    at java.util.zip.ZipFile.access$900(ZipFile.java:61)
    at java.util.zip.ZipFile$ZipEntryIterator.next(ZipFile.java:525)
    at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:500)
    at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:481)
    at brut.directory.ZipRODirectory.loadAll(ZipRODirectory.java:110)
    at brut.directory.ZipRODirectory.loadFiles(ZipRODirectory.java:95)
    at brut.directory.AbstractDirectory.getFiles(AbstractDirectory.java:39)
    at brut.directory.AbstractDirectory.getFiles(AbstractDirectory.java:33)
    at brut.directory.AbstractDirectory.containsFile(AbstractDirectory.java:66)
    at brut.androlib.ApkDecoder.hasSources(ApkDecoder.java:197)
    at brut.androlib.ApkDecoder.decode(ApkDecoder.java:83)
    at brut.apktool.Main.cmdDecode(Main.java:146)
    at brut.apktool.Main.main(Main.java:77)

What version of the product are you using? On what operating system?
I'm using apktool 1.5.2 on Fedora 20 and Windows 8.1 (both are 64 OS)

Please provide any additional information below.
java version "1.8.0_11"
Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)

Original issue reported on code.google.com by khoahv.h...@gmail.com on 20 Aug 2014 at 3:01

GoogleCodeExporter commented 9 years ago
Do you have an APK? Since debug mode works fine on newest master branch for me.

Original comment by connor.tumbleson on 11 Sep 2014 at 1:36

GoogleCodeExporter commented 9 years ago
Closed due to no response.

Original comment by connor.tumbleson on 27 Dec 2014 at 12:42