August 2015
Beginner to intermediate
298 pages
5h 49m
English
The Android NDK environment is essential for native-code language development. Here, we will outline the setup steps for the Mac OS X platform again.
To install the Android NDK, follow these steps:
mv android-ndk-r10e-darwin-x86_64.bin 3rd_party/android
cd 3rd_party/android && chmod +x android-ndk-r10e-darwin-x86_64.bin
./android-ndk-r10e-darwin-x86_64.bin
Read now
Unlock full access