摘要: 1.eclipse中声明调用的C函数 com.example.test.MainActivity public native long RucMyfunction(int w,int h,int[] myarray); 2.利用 javah.exe 生成 C的头文件 进入到工程目录(假设为test) 阅读全文
posted @ 2015-05-14 16:01 mlj318 阅读(196) 评论(0) 推荐(0)