Skip to content

Instantly share code, notes, and snippets.

@b3h3rkz
Created December 6, 2018 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b3h3rkz/a2f52d4b4326c1b1f02cd90005e20735 to your computer and use it in GitHub Desktop.
Save b3h3rkz/a2f52d4b4326c1b1f02cd90005e20735 to your computer and use it in GitHub Desktop.
Add Zipalign to global path on Mac OSX
echo "export PATH=\$PATH:~/Library/Android/sdk/build-tools/x.x.x/" >> ~/.bash_profile&& . ~/.bash_profile
@b3h3rkz
Copy link
Author

b3h3rkz commented Dec 6, 2018

This will allow you to run zipalign globally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment