Closed GoogleCodeExporter closed 9 years ago
Hmm. I had somehow missed this issue. Sorry for not getting back to you sooner.
I'll take a look at it.
Original comment by jesusfreke@jesusfreke.com
on 14 Nov 2012 at 7:48
As a temporary workaround, you can use the -m option, to disable the accessor
comments.
Original comment by jesusfreke@jesusfreke.com
on 14 Nov 2012 at 7:52
I will try with that option. (Not immediately, out of access, will try it in a
week) Just as a curiosity, even with -m option, the class will be skipped, what
happens while re-assembling if the smali file is missing for that class?
Original comment by Ping...@gmail.com
on 15 Nov 2012 at 6:15
The class won't be skipped. Using the -m option will entirely skip the codepath
that is raising the excepption. You just won't get the nice helpful comments
above invokes to access$012 type methods, telling you what method/field it's
actually accessing.
Original comment by jesusfreke@jesusfreke.com
on 15 Nov 2012 at 7:01
Ok, it looks like I already fixed this, right after you reported it. Which is
really strange, because I don't remember fixing it :)
In any case, the fix will be in 1.4.1.
Original comment by jesusfreke@jesusfreke.com
on 19 Nov 2012 at 7:48
Original issue reported on code.google.com by
Ping...@gmail.com
on 8 Oct 2012 at 10:11