Skip to content

Instantly share code, notes, and snippets.

@belano
Created February 11, 2015 16:27
Show Gist options
  • Save belano/f01b9705751b2dc3861e to your computer and use it in GitHub Desktop.
Save belano/f01b9705751b2dc3861e to your computer and use it in GitHub Desktop.
/etc/profile.d/android.sh
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