Created
March 24, 2015 14:43
-
-
Save jeffersonsouza/bef9ae3bb5b45a7e09a5 to your computer and use it in GitHub Desktop.
Android SDK paths - Ubuntu
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
| echo "ANDROID_HOME=~/android-sdk-linux" >> /home/youruser/.bashrc | |
| echo "export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-i386" >> /home/youruser/.bashrc | |
| echo "PATH=\$PATH:~/android-sdk-linux/tools:~/android-sdk-linux/platform-tools" >> /home/youruser/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment