Created
November 16, 2016 07:05
-
-
Save shaobin0604/41afd4828208b08daa47f2de19170ec1 to your computer and use it in GitHub Desktop.
setup sdk ndk location in local.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
alias fix_sdk='echo "sdk.dir=`echo $ANDROID_SDK`" > local.properties; echo ndk.dir=`echo $ANDROID_NDK` >> local.properties' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
put this command in
~/.bashrc