搜索资源列表
NDK_introduction
- 史上最强NDK入门项目实战.利用NDK 生成 SO 库,使用 SO 库进行 JNI 调用,在 Android sdcard 创建文件并写入数据。-NDK started the project in the history of the strongest real. NDK generated using SO library, use the SO library JNI call, in the Android sdcard to create file and write data.
JNI(java-c)
- 实现了java-c的互调 1.hello-jin-c是linux下的c实现文件。 (使用NDK编译成.so文件,供java层调用)。 2.helloJni是java工程。(里面通过JNI调用下面.so中提供的c的实现。) 同理.so里面也可以调用回调java里面实现的文件。-Java-c the intermodulation 1.hello-jin-c linux c implementation file. (Using NDK build so file for
LiveWallpaperSampleWithJNI
- android平台JNI调用C语言类库 NDK编译.so类库-the android platforms JNI call C language class library
jni
- 通过android ndk编译成动态.so文件,是java代码可以访问gsoap 服务。-android ndk gsoap
Android下JNI编译使用NDK,调用SO文件
- windows下编译使用NDK,Android项目中调用C函数SO库文件