xychix / smali

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

an odex issue #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
2.0b5(error):
    invoke-virtual {v2}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;

(true)
    invoke-virtual {v2}, Ljava/io/IOException;->getMessage()Ljava/lang/String;

Original issue reported on code.google.com by loo...@163.com on 17 Aug 2013 at 6:20

GoogleCodeExporter commented 9 years ago
Sorry. Expression error...

For Example:
2.0b5(error):
    invoke-virtual {v2}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;

1.4.2(true)
    invoke-virtual {v2}, Ljava/io/IOException;->getMessage()Ljava/lang/String;

....when I use 2.0b5 baksmali/smali ..I can't enter system. But the 2.0b5 path 
is right...

Original comment by loo...@163.com on 17 Aug 2013 at 6:34

GoogleCodeExporter commented 9 years ago
Is there an issue report in there somewhere? :)

Original comment by jesusfreke@jesusfreke.com on 18 Aug 2013 at 1:16

GoogleCodeExporter commented 9 years ago
The different class names here are expected, and won't cause any problem.

Original comment by jesusfreke@jesusfreke.com on 14 Sep 2013 at 6:21