
JNI
一顿操作猛如虎,啥也不是!
时间,是让人猝不及防的东西,晴时有风阴有时雨。岁月是一场有去无回的旅行,好的坏的都是风景
展开
-
jni中如何传递字符串或者数组
1. 传递字符串 public class Sample1 { public native String stringMethod(String text); public static void main(String[] args) { System.lo转载 2015-08-07 16:32:16 · 5286 阅读 · 3 评论 -
一个jni例子
步骤 1:编写 Java 代码 public class Sample1 { public native int intMethod(int n); public native boolean booleanMethod(boolean bool); public native String stringMethod(String转载 2015-08-07 16:33:48 · 494 阅读 · 0 评论 -
android之JNI开发步骤总结
http://bbs.51cto.com/thread-948244-1.html### 这几天一直在研究JNI的开发过程,顺便把NDK环境搭建一起总结下。在windows环境下开发jni需要c/c++编译器的支持,网络上我看很多人使用cygwin。呵呵我不是很喜欢使用它,感觉安装起来挺麻烦的。我使用GNUStep,下载地址http://www.gnustep.org/experie转载 2015-08-10 09:32:26 · 432 阅读 · 0 评论