Skip to content

Instantly share code, notes, and snippets.

@fadookie
Last active November 16, 2016 21:33
Show Gist options
  • Save fadookie/866fa954664ae218d83f2078ac386123 to your computer and use it in GitHub Desktop.
Save fadookie/866fa954664ae218d83f2078ac386123 to your computer and use it in GitHub Desktop.
.bash_profile for android/unity stuff
export JAVA_HOME=`/usr/libexec/java_home`
export ANDROID_HOME="$HOME/Dev/android/android-sdk-macosx" #Set this path to your android sdk
export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:${ANDROID_HOME}/build-tools/$(ls ${ANDROID_HOME}/build-tools | sort -r | head -n 1)"
alias unilogcat='adb logcat|egrep "Unity|Kiwi|GamesUnitySDK|GamesNativeSDK|Supersonic|KONG|E API"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment