随笔分类 -  Android合集

【已解决】安装redis的时候make test失败
摘要:报错信息: !!! WARNING The following tests failed: *** [err]: Active defrag big keys in tests/unit/memefficiency.tcl Expected condition ‘$max_latency <= 12 阅读全文

posted @ 2021-02-26 04:00 northwest 阅读(3118) 评论(0) 推荐(2) 编辑

【已解决】解决高德地图key鉴权失败的问题。
摘要:报错信息:E/Amap: location error, code = 7, info = KEY错误 请到http://lbs.amap.com/api/android-location-sdk/abouterrorcode/查看错误码说明. 错误原因是SHA1不匹配: 如果clone别人的项目运 阅读全文

posted @ 2021-02-25 04:02 northwest 阅读(6860) 评论(0) 推荐(0) 编辑

详细步骤:AndoridStudio生成jks证书
摘要:要用到高德地图所以需要这个,记录一下步骤防止以后忘干净了。 ①AndroidStudio→Build→Generate Signed Bundle or APK 选择apk→next ②create new ③路径选一下,密码设置一下,其他的随便填 ④点ok以后,可能会弹出来一个红色的错误提示,先暂 阅读全文

posted @ 2021-02-24 23:41 northwest 阅读(2404) 评论(0) 推荐(0) 编辑

【已解决】A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 in tid 17442 (xxxx), pid 17442 (xxxx)
摘要:错误情况:页面闪退,也没有返回错误代码。 报错信息:A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 in tid 17442 (xxxx), pid 17442 (xxxx) 后来就报了这么一句话,我有什 阅读全文

posted @ 2021-02-24 04:02 northwest 阅读(13744) 评论(4) 推荐(1) 编辑

【已解决】/usr/bin/ld: cannot find -lxxx通用解决办法
摘要:报错信息:/usr/bin/ld: cannot find -lcurl 出错原因:找不到libcurl.so文件 解决办法: ①先康康有没有这个文件 在根目录中,注意,在根目录中,使用如下命令查找是否有这个文件: find -name *libcurl.so* 如果有,cp命令把它复制到/usr/ 阅读全文

posted @ 2021-02-23 21:57 northwest 阅读(17991) 评论(0) 推荐(1) 编辑

【已解决】解决libevent找不到.so文件的问题。
摘要:报错信息:./server: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory 解决办法: 首先找库里面有没有这个so文 阅读全文

posted @ 2021-02-23 04:15 northwest 阅读(789) 评论(0) 推荐(0) 编辑

【已解决】libevent库存在,但编译时依旧报错找不到头文件。
摘要:报错信息:fatal error: event2/bufferevent.h: No such file or directory 解决办法:找到libevent安装的文件夹,如libevent-1.2.8-stable,找到下面的include目录,把该目录所有的文件复制到/usr/include 阅读全文

posted @ 2021-02-23 03:35 northwest 阅读(1650) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示