Skip to content

Instantly share code, notes, and snippets.

@shaobin0604
Created November 16, 2016 07:05
Show Gist options
  • Save shaobin0604/41afd4828208b08daa47f2de19170ec1 to your computer and use it in GitHub Desktop.
Save shaobin0604/41afd4828208b08daa47f2de19170ec1 to your computer and use it in GitHub Desktop.
setup sdk ndk location in local.properties
alias fix_sdk='echo "sdk.dir=`echo $ANDROID_SDK`" > local.properties; echo ndk.dir=`echo $ANDROID_NDK` >> local.properties'
@shaobin0604
Copy link
Author

put this command in ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment