Smali/baksmali
Hi
I was trying to implement a mod which requires smali/baksmali commands.
i have decompiled the classes.dex (pulled from framework.jar) with the following command
java -jar baksmali.jar classes.dex
It have created the folder "Out" in the same directory.
I have edited the codes in various smali files
while decompling using command ( java -Xmx512M –jar smali.jar classes.dex) i have also applied several combos of commands and facing attached error log.
It is due to wrong recompiling command or bad edits in codes.
Thanks
Nits
|