Closed GoogleCodeExporter closed 9 years ago
You might look over the smali usage message again :)
You are passing "test.dex" to smali, like it is a .smali file for it to
assemble. So it's trying to parse test.dex as a smali file, and failing
miserably. Because it's a dex file. Not a smali file :)
You probably want
java -jar smali.jar <directory with smali files> --output C:\final\test.dex
Original comment by bgruv@google.com
on 29 May 2012 at 6:00
Original issue reported on code.google.com by
jchartra...@gmail.com
on 28 May 2012 at 5:38Attachments: