I am trying to develop a Android project that makes a simple call from Java code to native C code. I refer this link for my guidance: http://mobile.tutsplus.com/tutorials/android/ndk-tutorial/
when I am compiling the native.c using
:ndk-build
it shows:
ndk-build command not found
Could anyone give the reason for this?
thanks ,