Closed GoogleCodeExporter closed 9 years ago
when I use the java -jar baksmali-1.2.8.jar,it doesnot complain this ;
Original comment by wylhistory
on 26 Nov 2011 at 9:51
You need to use the -a <api-level> option, to specify the api level of device
that the odex is from.
Original comment by jesusfreke@jesusfreke.com
on 26 Nov 2011 at 3:36
thanks a lot!
when I use the -a option,it is ok,but still has the bug as depicted "Issue
94: use JDGUI can not see some soure codes"
Original comment by wylhistory
on 29 Nov 2011 at 11:02
thanks a lot!
i can complain the odex file
with the -a option
command as below:
java -jar baksmali.1.3.0.jar -a 10 -x VpnServices.odex
Original comment by sndnv...@gmail.com
on 30 Nov 2011 at 2:34
Original issue reported on code.google.com by
wylhistory
on 26 Nov 2011 at 9:41