vaginessa / smali

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

error for input '.parameter' invalid directive #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What seems to be the problem?
error for input '.parameter' invalid directive

What is the exact smali/baksmali command that you ran?
java -jar smali-2.0.2.jar 
C:\Users\Ninaninani\Downloads\com.seatech.project\smali

What version of smali/baksmali are you using? What rom are you working
from?
smali-2.0.2

What is the airspeed velocity of an unladen swallow?
I dont understand the question

Please provide any additional information below: error messages, symptoms,
etc.
Hi, can u help me what is the error means and how to fix it ? Thanks

Original issue reported on code.google.com by ninakar...@seatech.com on 3 Jan 2014 at 8:46

GoogleCodeExporter commented 9 years ago
It sounds like the smali files were produced by baksmali 1.*.

There were a handful of changes in the format between 1.* and 2.*. To convert 
the smali to the new format, you can assemble the old smali files with smali 
1.4.2 (https://code.google.com/p/smali/downloads/detail?name=smali-1.4.2.jar), 
and then disassemble with the latest baksmali.

Original comment by bgruv@google.com on 7 Jan 2014 at 12:39