sky201503 / android-apktool-1

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

Decode in debug mode - Could not find superclass Ljava/lang/Object; #340

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
`--> apktool d -d myapp.apk
I: Baksmaling...

Error occured while loading boot class path files. Aborting.
org.jf.dexlib.Code.Analysis.ClassPath$ClassNotFoundException: Could not find 
superclass Ljava/lang/Object;
    at org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.loadSuperclass(ClassPath.java:832)
    at org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.<init>(ClassPath.java:685)
    at org.jf.dexlib.Code.Analysis.ClassPath.loadClassDef(ClassPath.java:282)
    at org.jf.dexlib.Code.Analysis.ClassPath.initClassPath(ClassPath.java:163)
    at org.jf.dexlib.Code.Analysis.ClassPath.InitializeClassPath(ClassPath.java:131)
    at org.jf.baksmali.baksmali.disassembleDexFile(baksmali.java:111)
    at brut.androlib.src.SmaliDecoder.decode(SmaliDecoder.java:44)
    at brut.androlib.src.SmaliDecoder.decode(SmaliDecoder.java:33)
    at brut.androlib.Androlib.decodeSourcesSmali(Androlib.java:73)
    at brut.androlib.ApkDecoder.decode(ApkDecoder.java:85)
    at brut.apktool.Main.cmdDecode(Main.java:128)
    at brut.apktool.Main.main(Main.java:65)

`--> apktool
Apktool v1.4.9.aed20bd - a tool for reengineering Android apk files
Copyright 2010 Ryszard Wiśniewski <brut.alll@gmail.com>
with smali v1.3.4-dev, and baksmali v1.3.4-dev
Updated by iBotPeaches (@iBotPeaches) and yyj 
Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

`--> uname -a
Linux 3.4.7-1-ARCH #1 SMP PREEMPT Sun Jul 29 22:02:56 CEST 2012 x86_64 GNU/Linux

This only happen when I try decode using debug mode. Without debug mode apktool 
works fine.

Original issue reported on code.google.com by marcel4...@gmail.com on 9 Aug 2012 at 7:14

GoogleCodeExporter commented 9 years ago
Confirmed.

Original comment by connor.tumbleson on 15 Nov 2012 at 5:29

GoogleCodeExporter commented 9 years ago
Fixed in v1.5.3

Original comment by connor.tumbleson on 3 Mar 2013 at 6:44