Closed GoogleCodeExporter closed 9 years ago
Can you show an example of the exact error message, and the corresponding code
snippet from the smali file where the error occured?
Original comment by JesusFre...@gmail.com
on 28 Dec 2009 at 7:24
C:\desktop\picker-smali_files\com\android\wallpaper\livepicker\R.smali[28,58]
no viable
alternative at character 'U'
code snippet?:
.class public final Lcom/android/wallpaper/livepicker/R;
Original comment by Rivera5...@gmail.com
on 28 Dec 2009 at 8:55
I need line 28. preferably a few lines above and below line 28.
Original comment by JesusFre...@gmail.com
on 29 Dec 2009 at 1:17
# direct methods
.method public constructor <init>()V
.registers 1
.prologue
.line 10
28. invoke-direct-empty {p0}, Ljava/lang/Object;-><init>()V
.line 69
return-void
.end method
Original comment by Rivera5...@gmail.com
on 29 Dec 2009 at 1:33
invoke-direct-empty is an instruction that only occurs in odex file. You can
disassemble an odex file, but if you don't deodex it (the -x option in
baksmali),
then you can't re-assemble it. See the "Deodex Instructions" wiki page for
information on how to deodex a file.
Original comment by JesusFre...@gmail.com
on 29 Dec 2009 at 3:07
Original issue reported on code.google.com by
Rivera5...@gmail.com
on 28 Dec 2009 at 6:59