What is NDK toolchain?

NDK (Native Develop Toolkit) is a toolchain from Android official, originally for users who writes native C/C++ code as JNI library . It’s not designed for compiling standalone programs (./a. out) and not compatible with automake/cmake etc.

Read more