Created
November 21, 2011 15:53
-
-
Save fredgrott/1383029 to your computer and use it in GitHub Desktop.
android env properties
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
# To have correct env properties setup for android | |
# NDK | |
ANDROID_NDK_HOME=/home/fredgrott/opt/android/android-ndk-r7 | |
export PATH=$ANDROID_NDK_HOME:$PATH | |
# ANDROID SDK | |
ANDROID_SDK_HOME=/home/fredgrott/opt/android/android-sdk-linux | |
export PATH=$ANDROID_SDK_HOME/tools:$ANDROID_SDK_HOME/platform-tools:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment