Created
December 6, 2018 13:15
-
-
Save b3h3rkz/a2f52d4b4326c1b1f02cd90005e20735 to your computer and use it in GitHub Desktop.
Add Zipalign to global path on Mac OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "export PATH=\$PATH:~/Library/Android/sdk/build-tools/x.x.x/" >> ~/.bash_profile&& . ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will allow you to run
zipalign
globally