This isn't a huge deal but it's a pain to change directories back and forth in the command prompt. I've copied the smali/baksmali to the tools folder in the SDK directory but whenever I try to run a command like this:
java -jar smali.jar -o xxx/ classes.dex
I get "java not a recognized external or internal command, operable program or batch file"
I can run either one if I do it from the Java/bin folder. Any ideas?
java -jar smali.jar -o xxx/ classes.dex
I get "java not a recognized external or internal command, operable program or batch file"
I can run either one if I do it from the Java/bin folder. Any ideas?