kuter007 / android-apktool

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

Exception Error #708

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.Direc
toryException: file must be a directory: 127
        at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:313
)
        at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:123)
        at brut.androlib.ApkDecoder.decode(ApkDecoder.java:102)
        at brut.apktool.Main.cmdDecode(Main.java:170)
        at brut.apktool.Main.main(Main.java:86)
Caused by: brut.directory.DirectoryException: file must be a directory: 127
        at brut.directory.FileDirectory.<init>(FileDirectory.java:38)
        at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:291
)
        ... 4 more

Original issue reported on code.google.com by legogame...@gmail.com on 20 Nov 2014 at 1:22

Attachments:

GoogleCodeExporter commented 9 years ago
Don't know what is being reported here. There is nothing wrong with Apktool and 
the attached apk.

Original comment by connor.tumbleson on 21 Nov 2014 at 2:31