Skip to content

Instantly share code, notes, and snippets.

@0x8BADFOOD
Created October 10, 2017 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0x8BADFOOD/e5cdc0895d9d8191f5352bde5c92c808 to your computer and use it in GitHub Desktop.
Save 0x8BADFOOD/e5cdc0895d9d8191f5352bde5c92c808 to your computer and use it in GitHub Desktop.
Download and Install NDK for Mac
wget https://dl.google.com/android/repository/android-ndk-r15c-darwin-x86_64.zip
unzip android-ndk-r15c-darwin-x86_64.zip
cd android-ndk-r15c
mkdir ARM-FOR-NDK
./android-ndk-r15c/build/tools/make_standalone_toolchain.py --arch arm64 --install-dir ./ARM-FOR-NDK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment