Android下用C编写动态库及使用动态库

来源:互联网 发布:图片横向滚动js代码 编辑:程序博客网 时间:2024/06/05 07:36

    PC上用C编写的图像处理程序想要在Android下使用,打算把图像处理部分做成动态库提供给Android HAL层的图像获取模块调用。

    用C编写动态库参照下面两篇blog:

    参考:

    1.  http://www.cnblogs.com/cutepig/archive/2011/04/17/2018985.html

    2.  http://www.jxva.com/blog/201112/152.html 


     编译出现问题:undefined reference to 'dlsym'     

     解决方法见:编译错误undefined reference to `dlsym' 的解决方法


         Done!


原创粉丝点击