We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
##On Linux and Mac OS X (Darwin):
Open a terminal window.
Go to the directory to which you downloaded the package.
Run chmod a+x on the downloaded package.
Execute the package. For example:
ndk$ chmod a+x android-ndk-r10c-darwin-x86_64.bin
ndk$ ./android-ndk-r10c-darwin-x86_64.bin
The folder containing the NDK extracts itself.
Note that you can also use a program like 7z to extract the package.
via:http://developer.android.com/intl/zh-cn/tools/sdk/ndk/index.html#Installing