You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deodex services.odex then redex I get this error.
java -Xmx512M -jar smali.jar -o classes.dex out
C:\Android\tools\out\com\android\server\WindowManagerService
[.smali31955,4] The offset/label is out of range. The offset is -133 and
the range for this opcode is [128, 127].
The service.odex is from Droid 2.01
I have attached the deodexed services.odex
Thanks,
-Matt
Original issue reported on code.google.com by xeudo...@gmail.com on 18 Dec 2009 at 4:56
The text was updated successfully, but these errors were encountered:
Known issue. I already have a fix, but am waiting to finish some other changes
before
pushing it out. The workaround is to change the opcode that it is complaining
about
to a goto/16 instead of a goto.
Original comment by JesusFre...@gmail.com on 18 Dec 2009 at 7:32
Original issue reported on code.google.com by
xeudo...@gmail.com
on 18 Dec 2009 at 4:56The text was updated successfully, but these errors were encountered: