pombreda / smali

Automatically exported from code.google.com/p/smali
0 stars 0 forks source link

The offset/label is out of range #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue has been fixed in 1.1

Original comment by JesusFre...@gmail.com on 26 Dec 2009 at 12:31