Closed AsjadSiddiqui closed 2 years ago
This error is all over the place and is due to Java's limitation that methods can only have a 65536 byte long bodies.
There is no good way to fix this besides splitting methods, which I haven't got working yet. For example, msplit
provides such functionality, but doesn't work in dex2jar from what I can tell (I don't really know why, though... Maybe I am doing something wrong?)
Thanks for the explanation
Forgot to tell you btw. In December (I think), @pxb1988 introduced decoding and encoding of large arrays which could solve this issue in some cases. Maybe, it also works for you now?
Btw: I most likely fixed this using a workaround :)
summary.txt
Got this error when decompiling APK