Friday, June 5, 2015

Android Installing NDK

Installing NDK 

Installing NDK was almost straight forward as to downloading the package from the given location and extracting it. 

On Linux and Mac OS X (Darwin), 

1. We need to download the appropriate package from the download page 
2. On the directory where the package was downloaded, need to run the command chmod a+x
3. Need to execute the downloaded package like in the below steps 

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

the bin file name may vary between versions. 

With the command above, the folder gets extracted itself. Could see various folders such as build, docs, platforms, prebuilt, samples, sources, tests, etc. 

References:

No comments:

Post a Comment