Introduction - If you have any usage issues, please Google them yourself
Android system applications are written in Java development. Android NDK allows us to use the C/C++ developed in the android native code. There are two reasons for using the NDK: the reasonable reuse existing code second is to improve the efficiency of the implementation in some of the key parts in the program.