Closed GoogleCodeExporter closed 9 years ago
The problem here isn't that it can't find a class, but rather, that the class
doesn't have enough methods. It's trying to access the method at vtable index
18, but there apparently aren't that many virtual methods in the class.
My initial thought is that there could be different versions of the
com/google/gson/FieldAttributes class, and that the one from the zector service
lib is the wrong one. Can you check if there is a
Lcom/google/gson/FieldAttributes; class in either of the odexs that are giving
you a problem, or anywhere else in framework.
Original comment by jesusfreke@jesusfreke.com
on 2 Jul 2012 at 8:55
I have a similar issue with some apks of the I9300 roms.
I can manage deodex them fine with 1.3.2 but with 1.3.3 i get dependency issues
even if the dependencies are there
Original comment by shauli.b...@gmail.com
on 9 Jul 2012 at 7:53
shauli.bracha: you might want to take a look at issue 124
Original comment by bgruv@google.com
on 9 Jul 2012 at 8:17
thank you, missed that one
Original comment by shauli.b...@gmail.com
on 9 Jul 2012 at 8:22
Original comment by jesusfreke@jesusfreke.com
on 14 Feb 2013 at 11:36
Original issue reported on code.google.com by
moah...@gmail.com
on 2 Jul 2012 at 12:10