Created
October 10, 2017 17:08
-
-
Save 0x8BADFOOD/e5cdc0895d9d8191f5352bde5c92c808 to your computer and use it in GitHub Desktop.
Download and Install NDK for Mac
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
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