This file contains hidden or 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
| #!/usr/bin/env bash | |
| SDK_LINUX=https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip | |
| SDK_MAC=https://dl.google.com/android/repository/sdk-tools-darwin-4333796.zip | |
| if [ -z ${JAVA_HOME+x} ]; then | |
| echo "\$JAVA_HOME environmental variable is not set." | |
| echo "Find the location of your Java directory, and then put it in your" | |
| echo "~/.bash_profile (or any other shell equivalent)" | |
| exit 0 |