Closed GoogleCodeExporter closed 9 years ago
This looks like a normal error message when you use invalid syntax. Please
provide the line in the smali file that is causing the error.
Original comment by jesusfreke@jesusfreke.com
on 9 Apr 2014 at 1:13
.line 157
.local v1, intent:Landroid/content/Intent;
new-instance v2, Landroid/content/ComponentName;
const-string v3, "com.adhi.kitkat.easteregg"
const-string v4, "com.adhi.kitkat.easteregg.PlatLogoActivity"
invoke-direct {v2, v3, v4},
Landroid/content/ComponentName;-><init>(Ljava/lang/String;Ljava/lang/String;)V
invoke-virtual {v1, v2},
Landroid/content/Intent;->setComponent(Landroid/content/ComponentName;)Landroid/
content/Intent;
Original comment by adamk...@gmail.com
on 9 Apr 2014 at 11:49
Which is line 885?
Original comment by jesusfreke@jesusfreke.com
on 9 Apr 2014 at 5:08
The syntax for .local declarations changed in.. 2.0 iirc. It should be
.local v1, "intent":Landroid/content/Intent;
Original comment by jesusfreke@jesusfreke.com
on 7 Nov 2014 at 7:20
Original issue reported on code.google.com by
adamk...@gmail.com
on 8 Apr 2014 at 6:05