Android Jni分析1

Android Jni分析1

JNI概念JNI是Java Native Interface的缩写,java本地调用,JNI是一种技术,可以做到以下两点:  1.java程序中函数可以调用Na...

1