(The NDK related documents and tutorials in the seventh issue of the eoe Android special issue, pdf, before that, the third-party user programs of the Android platform were developed based on the Java based Dalvik special virtual machine. The release of native NDK allows developers to more directly touch Android system resources, write programs using traditional C or C language, and directly embed native library files in program package files (. apks). The release of NDK allows original C language developers to participate in the Android platform, and also allows Java developers to easily call the underlying operations, especially game developers, who have high requirements for engines, speed, etc., to have new tools to achieve the required functions and make more perfect programs. This issue is from shallow to deep, from environment deployment to instance development, and provides the source code mentioned in the document, so that you can get started quickly.
Codefins eoeAndroid Special Issue] Issue 7 NDK.pdf
.....)