Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMALI - Missing Library? #3

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments
Closed

SMALI - Missing Library? #3

GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Duplicate
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant