Last active
November 16, 2016 21:33
-
-
Save fadookie/866fa954664ae218d83f2078ac386123 to your computer and use it in GitHub Desktop.
.bash_profile for android/unity stuff
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
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