I want to install the apktool for android applications works.
Now it runs by type
But i want to put apktool_2.3.1.jar into an another wide accessible directory, and make alias
What is the best path for placing .jar file?
Now it runs by type
Code:
% java -jar apktool_2.3.1.jar
setenv apktool java -jar apktool_2.3.1.jar
, which lead us to common use % apktool
What is the best path for placing .jar file?