摘要:
http://developer.android.com/guide/practices/design/jni.htmlJNI TipsJNI is the Java Native Interface. It defines a way for managed code (written in the Java programming language) to interact with native code (written in C/C++). It's vendor-neutral, has support for loading code from dynamic share 阅读全文