hosijyun / smali

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

Error when recompiling a .dex file #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,me again and again :)

What seems to be the problem?

When i using smali-1.2.5.jar r794 (i think the version is irrelevant)to 
recompile it,it show me this msg:

---------------------------start from here----------------------------
sdecode\com\maxmpz\audioplayer\data\r.smali[1581,100] Error for input ';': 
Invalid text
sdecode\com\maxmpz\audioplayer\data\r.smali[1605,61] Error for input '?': 
Invalid text
sdecode\com\maxmpz\audioplayer\data\r.smali[1605,62] Error for input '?': 
Invalid text
sdecode\com\maxmpz\audioplayer\data\r.smali[1605,68] Error for input '/': 
Invalid text
sdecode\com\maxmpz\audioplayer\data\r.smali[1605,75] Error for input '/': 
Invalid text
sdecode\com\maxmpz\audioplayer\data\r.smali[1605,87] Error for input '/': 
Invalid text
sdecode\com\maxmpz\audioplayer\data\r.smali[1605,94] Error for input '/': 
Invalid text
sdecode\com\maxmpz\audioplayer\data\r.smali[1605,95] Error for input '?': 
Invalid text
sdecode\com\maxmpz\audioplayer\data\r.smali[1605,96] Error for input '?': 
Invalid text
………………
………………
………………(it repeats this more and more)
-------------------------------end here-------------------------------

It will not show when i recompiled other classes.dex.Only this one.

I upload it in attach file,could you please check it,and fix it?

What is the exact smali/baksmali command that you ran?
java -jar smali-1.2.5.jar -o new_classes.dex sdecode

Original issue reported on code.google.com by ch3...@gmail.com on 18 Nov 2010 at 2:54

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed: http://code.google.com/p/smali/source/detail?r=795

Thanks for the bug report!

Original comment by JesusFr...@gmail.com on 18 Nov 2010 at 4:58

GoogleCodeExporter commented 9 years ago
Nice! It's working well now!

Original comment by ch3...@gmail.com on 18 Nov 2010 at 5:52