notishell / smali

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

This is not an issue is a doubt #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can we use the Smali with this syntax?

java -jar smali.jar -o <file>.odex <deodexed-folder>

Sorry for this.

Original issue reported on code.google.com by ling.f...@gmail.com on 9 Sep 2011 at 10:50

GoogleCodeExporter commented 9 years ago
No. that will not work. java -jar smali.jar -? will give you the usage 
information.

What you want is java -jar smali.jar -x -o <deodexed folder> <file>.odex

Original comment by jesusfreke@jesusfreke.com on 10 Sep 2011 at 3:36