搜索资源列表
hello-jni
- android 环境下利用ndk开发应用程序的例子,就可以在java下用c的库-this is the example code for android develop, it can help develop applications effectively
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
hello-jni
- android jni开发的基本demo程序-jni the basic demo
hello-jni
- Android jni编写程序,调用底层-Android programm with Jni
hello-gl2
- JNI调用C++实例,使用cygwin编译so方法供参考-JNI call c++ as an example, using the cygwin compiler so methods for reference
helloworld
- hello world application for jni test
hello-jni
- java和c/c++相互调用实例,包括静态和动态生成c/c++源码,和c/c++数组,线程,对象的使用。-Java and c/c++ call each other examples, including static and dynamic generation of c/c++ source code, and the c/c++ array, the thread, the use of objects.
hello-jni
- 一个android jni的入门程序,帮助你快速理解android ndk开发-It is a demo for android jni development,and it can help you to understand android ndk quickly.