码迷,mamicode.com
首页 >  
搜索关键字:.so    ( 10720个结果
android armeabi与armeabi-v7a
我在armeabi下加入了百度的库: libBaiduMapSDK_v2_4_1.so 但是却报错说找不到库。我发现在libs下还有另外一个文件夹: armeabi-v7a 然后我把libBaiduMapSDK_v2_4_1.so也拷贝到armeabi-v7a下发现可以了。那这两个文件夹有什么区别呢? 经过一番查找,发现大概是这样的 : armeabi通用性强,但速度慢,而v7a能...
分类:移动开发   时间:2014-07-22 23:05:54    阅读次数:499
Android中集成第三方库的方法和问题
Android中使用第三方库可能有两种:Java库.jar和原生库.so/.a,如果只是做上层APK开发,这两种库都可以通过Eclipse集成开发环境进行集成,如果是平台级开发,则都可通过源码集成。本文整理这两种集成方式使用步骤,以下假设程序scanerapp,集成Java库scanerjar.jar,原生库libscanerbase.so/libscanerbase.a,libscanerplus.so/libscanerplus。其中,so库要尽量参照Android引用库规范编写,内部函数命名也要规范(...
分类:移动开发   时间:2014-07-22 23:05:53    阅读次数:480
Codeforces Amusing Joke 题解
So, the New Year holidays are over. Santa Claus and his colleagues can take a rest and have guests at last. When two "New Year and Christmas Men" meet, thear assistants cut out of cardboard the letter...
分类:其他好文   时间:2014-07-22 23:03:53    阅读次数:521
linux下cmake编译C++工程之总结篇
昨天正式把项目编译完成,经历了一周的摸索和折磨后,最后也想:oh,it's so easy! 但是过程确实困难的,因为cmake官方只有API的解释,而且解释的不是很清楚。 一般项目都是狠复杂的层级关系 project include lib bin project1 project2 project3 .... 这种如何来写cmake呢? 首先要知道一个很重要的东西,cm...
分类:编程语言   时间:2014-07-22 23:01:55    阅读次数:432
Ubuntu 12.04 安装WPS
1. 安装包下载:wps官网的 debian .deb 包 2 根据wifi说明,需要一下三个lib: libtiff.so.4 libpng12.so.0 libjpeg.so.62 通过以下命令查看是否具备: liaoqianwen@liaoqianwen-F80S:~ aptitude search libtiff 如果没有,安装: liao...
分类:其他好文   时间:2014-07-22 22:59:35    阅读次数:343
记:Ubuntu14.04 Android加载项目失败
Android 加载项目失败: sdk/build-tools/android-4.4.2/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or ....
分类:移动开发   时间:2014-05-06 09:19:19    阅读次数:418
【LeetCode】Sort Colors
LeetCode OJGiven an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the or...
分类:其他好文   时间:2014-05-02 17:37:37    阅读次数:468
android ActionBar(官方指导)
安装ActionBar: Support Android 3.0 and Above Only(仅支持3.0版本之后) ... Support Android 2.1 and Above(如果想让应用支持3.1版本之后,需如下操作) 1安装v7 appcompat 库 2Update your activity so that it extends ActionB...
分类:移动开发   时间:2014-05-02 06:52:12    阅读次数:508
Android Studio开发入门-引用jar及so文件
本文介绍了在Android Studio引用jar及so文件(类库)的方法,并提供了一个使用百度语音识别引擎的例子下载。
分类:移动开发   时间:2014-05-01 20:59:35    阅读次数:540
libpcre.so.1 cannot be found
./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory...
分类:其他好文   时间:2014-04-30 22:43:38    阅读次数:346
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!