User defined native library can be written by c/c++, which
is called by the application through JNI (Java Native Interface)
mode. While the application is installed, this apk file will be
moved to device’s directory: data/app and it is keeped totally.
After the dex file is processed and optimized by Dalvik it will
be the real execute file: classes.odex.