http://mopr.us/1p
The Android NDK 1.5 R1 lets developers write native code (no virtual machine in between the binary code and the processor) in C and/or C++.
The NDK provides:
a set of tools and build files used to generate native code libraries from C and C++ sources
a way to embed the corresponding native libraries into application packages files (.apks) that can be deployed on Android devices
a set of native system headers and libraries that will be supported in all future relea...