hosijyun / smali

Automatically exported from code.google.com/p/smali
0 stars 0 forks source link

Issue when using baksmali-1.2.1-beta.jar on the .odex files in the /app folder. #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.java -jar baksmali-1.2.1-beta.jar -o AccountManager/ -x AccountManager.odex
2.
3.

What is the expected output? What do you see instead?
Should create a folder with the odex output. 

Error occured while loading boot class path files. Aborting.
org.jf.dexlib.Util.ExceptionWithContext: Could not find class
Lcom/htc/widget/HtcAdapterView$OnItemClickListener;
    at org.jf.dexlib.Code.Analysis.ClassPath.loadClassDef(ClassPath.java:183)
    at org.jf.dexlib.Code.Analysis.ClassPath.access$700(ClassPath.java:42)
    at
org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.loadAllImplementedInterfaces(Clas
sPath.java:721)
    at org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.<init>(ClassPath.java:582)
    at org.jf.dexlib.Code.Analysis.ClassPath.loadClassDef(ClassPath.java:187)
    at org.jf.dexlib.Code.Analysis.ClassPath.initClassPath(ClassPath.java:80)
    at
org.jf.dexlib.Code.Analysis.ClassPath.InitializeClassPath(ClassPath.java:58)
    at org.jf.baksmali.baksmali.disassembleDexFile(baksmali.java:71)
    at org.jf.baksmali.main.main(main.java:268)
Error while loading class
Lcom/htc/socialnetwork/accountmanager/AccountManager; from file
AccountManager.odex

What version of the product are you using? On what operating system?
baksmali-1.2.1-beta.jar on Ubuntu 9.10

Please provide any additional information below.

Original issue reported on code.google.com by oban...@gmail.com on 5 Mar 2010 at 6:50

GoogleCodeExporter commented 9 years ago
I've already told you what the problem is in the comments for issue 16.

Original comment by JesusFr...@gmail.com on 5 Mar 2010 at 6:55