Closed GoogleCodeExporter closed 9 years ago
You need to find the jar/apk which contains the missing class, and add that to
the classpath that baksmali uses, with the -c option.
Original comment by JesusFr...@gmail.com
on 20 Dec 2010 at 5:52
thanks
but i can't found any class
Original comment by coolf...@gmail.com
on 29 Dec 2010 at 3:03
If you are 100% certain that the class doesn't exist on the device (which does
occasionally happen), you can use the -I option to ignore the missing class
errors.
However, if the class does in fact exist somewhere on the device and the -I
option is used, it will most likely cause a runtime crash at some point.
Original comment by JesusFr...@gmail.com
on 29 Dec 2010 at 3:21
Original issue reported on code.google.com by
coolf...@gmail.com
on 20 Dec 2010 at 3:34Attachments: