android - Zipalign - Command not found - MAC terminal -


When I run a zip line on an APK, I get an error "Command not found" < / P>

I am not familiar with using terminal command on Mac but I navigate to the SDK / Tools folder and running the following command:

  zipalign -v 4 Project1 . APK Project1-aligned.apk   

I did not get the command

I have kept the apks in the tool folders and tried the same result.

Does anyone help me to understand that where APX should be located and where should I run a zip line?

Thank you, I'm very disappointed because it sounds very easy.

Perhaps the current directory is not in your path?

"Try adding". / "Before your command

  ./Zipalign -v4 Project1.apk Project1-aligned.apk    

Comments