pombreda / smali

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

SMALI - Missing Library? #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I Just tried to recompile a smali to a dex. Tried it also with the whole Folder.
In both cases i get the following Exception:

MAC:Downloads firefart$ java -Xms32m -Xmx500m -jar smali.jar 
./out/com/android/setupwizard/Constants.smali 

UNEXPECTED TOP-LEVEL ERROR:
java.lang.NoClassDefFoundError: java/util/ArrayDeque
    at org.jf.smali.smaliLexer.<init>(smaliLexer.java:285)
    at org.jf.smali.smaliLexer.<init>(smaliLexer.java:370)
    at org.jf.smali.main.assembleSmaliFile(main.java:206)
    at org.jf.smali.main.main(main.java:138)

I tried this under Mac OSX.

Original issue reported on code.google.com by FireFart on 26 Jul 2009 at 12:13

GoogleCodeExporter commented 9 years ago
This has been fixed already - there just isn't a release with the fix yet (I'm
waiting until I've finished rewriting dexlib to do another release). You should 
be
able to rebuild it yourself easily. Just download the source and mvn 
assembly:assembly

Thanks for the report

Original comment by JesusFre...@gmail.com on 28 Jul 2009 at 1:27

GoogleCodeExporter commented 9 years ago
Update: I decided to go ahead and do another release with this fix. Enjoy :)

Original comment by JesusFre...@gmail.com on 28 Jul 2009 at 2:06