Abstract:Google provided NDK development tools to produce C/C++ development base on Android system, through use of this tool, C/C++ code can be embedded into the Android application, then use “Java+C/C++” programming way to develop application. Based on this model to produce Android graphics development, through use C/C++ to call link library of two graphics engine Skia GL and OpenGL ES, realize 2D/3D graphics development in application without to call graphics API of Android SDK.