Closed GoogleCodeExporter closed 9 years ago
It seems there's no class.dex file in the framework.jar. Following is the
output when unzipping the jar file. Does anybody know why there's no class.dex
in the jar file? This framework.jar is pulled from
/system/framework/framework.jar.
unzip framework.jar -d tmp/
Archive: framework.jar
creating: tmp/META-INF/
inflating: tmp/META-INF/MANIFEST.MF
inflating: tmp/preloaded-classes
Original comment by zhuerg...@gmail.com
on 19 Aug 2013 at 12:19
An odexed jar/apk doesn't have a classes.dex. It is removed to save space,
after the odex file is created. This doesn't/shouldn't have anything to do with
the NPE that you reported. I'll take a look and see what's going on there.
Original comment by jesusfreke@jesusfreke.com
on 19 Aug 2013 at 4:32
This should be working in baksmali >= 2.0
Original comment by jesusfreke@jesusfreke.com
on 7 Dec 2013 at 10:59
Original issue reported on code.google.com by
zhuerg...@gmail.com
on 16 Aug 2013 at 6:52