Created
February 11, 2015 16:27
-
-
Save belano/f01b9705751b2dc3861e to your computer and use it in GitHub Desktop.
/etc/profile.d/android.sh
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
export ANDROID_HOME=$HOME/apps/adt-bundle-linux-x86_64-20130219/sdk | |
export ANDROID_NDK_HOME=$HOME/apps/adt-bundle-linux-x86_64-20130219/ndk | |
export PATH=$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment