[ANDROID] Android NDK 설치하기(Install Android NDK)

NDK HomePage https://developer.android.com/ndk/index.html

Install Menual https://developer.android.com/ndk/guides/setup.html

Android NDK Download Link https://developer.android.com/ndk/downloads/index.html

바이너리 파일을 다운로드 후 실행해주시면 압축이 해제되며 세팅됩니다.

chmod a+x android-ndk-r10c-darwin-x86_64.bin

./android-ndk-r10c-darwin-x86_64.bin

..snip.. Extracting android-ndk-r10e/build/tools Extracting android-ndk-r10e/build/gmsl Extracting android-ndk-r10e/build/core Extracting android-ndk-r10e/build/awk Extracting android-ndk-r10e/build Extracting android-ndk-r10e

Everything is Ok

Finish :)