2 after downloading you need to install it
change permissions
chmod a+x android-ndk-r10e-linux-x86_64.bin
execute
./android-ndk-r10e-linux-x86_64.bin
3 add it to linux path
export PATH=$PATH:/home/android-ndk-r10e
- To run the sample application, use hello-jni under the samples.

5.create project location from terminal and ndk-build
ndk-build

- Run the application in the emulator to see the results

Altanai
source share