会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Sharley
博客园
首页
新随笔
联系
订阅
管理
随笔 - 236
文章 - 6
评论 - 45
阅读 -
87万
03 2017 档案
A/libc:fatal signal 11(SIGSEGV).code 1, fault addr 0x0 in tid 26488 (VideoEncoder)
摘要:在调试Camera模块;发现相同的代码在厂家提供的环境里边编译、就是ok的,在我们的源码树中编译,将HAL库推进去后、就会signal 11退出。 一、现象 二、解决 1.分析其中的重要信息 2.代码跟踪 操作:out/target/product/tclm6/obj/SHARED_LIBRARIE
阅读全文
posted @
2017-03-23 15:17
Sharley
阅读(17476)
评论(1)
推荐(0)
编辑
Android修改默认SharedPreferences文件的路径,SharedPreferences常用工具类
摘要:转自:http://www.cnblogs.com/Westfalen/p/5380737.html
阅读全文
posted @
2017-03-15 09:37
Sharley
阅读(7338)
评论(1)
推荐(1)
编辑
file文件与base64字符串的相互转换
摘要:今天心情不好,不想说话。 因为楼下有教育我的朋友,刚好我又是个善良体贴的仙女,嗯,那把导入的类补充一下:
阅读全文
posted @
2017-03-03 11:11
Sharley
阅读(50949)
评论(7)
推荐(1)
编辑
公告
昵称:
Sharley
园龄:
9年1个月
粉丝:
39
关注:
5
+加关注
<
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
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
android-View(实现方法或自定义)(2)
android插件(2)
Android程序报错与调试(42)
Android程序发布(6)
android框架或组件的使用(10)
Android面试(5)
Android适配(2)
android图表类(1)
Android相关开发环境搭建(10)
Android音视频开发(28)
Android应用优化问题(12)
java线程技术(7)
jni(3)
Kotlin(5)
PHP(1)
python(1)
retrofit(3)
SQLite数据库使用(2)
UI组件或小界面(24)
Unity3D(2)
地图(2)
第三方SDK(2)
更多
随笔档案
2023年9月(5)
2021年8月(2)
2021年7月(4)
2020年10月(2)
2020年9月(1)
2020年7月(1)
2020年6月(1)
2020年5月(1)
2020年3月(1)
2019年10月(1)
2019年8月(1)
2019年7月(1)
2019年6月(3)
2019年4月(3)
2019年3月(2)
2019年2月(6)
2019年1月(1)
2018年10月(3)
2018年9月(5)
2018年8月(10)
2018年7月(5)
2018年6月(6)
2018年5月(2)
2018年4月(3)
2018年3月(13)
2018年2月(1)
2018年1月(3)
2017年12月(7)
2017年11月(3)
2017年10月(2)
2017年9月(6)
2017年8月(4)
2017年7月(2)
2017年6月(5)
2017年5月(5)
2017年4月(3)
2017年3月(3)
2017年2月(1)
2017年1月(2)
2016年12月(7)
2016年11月(6)
2016年10月(8)
2016年9月(5)
2016年8月(14)
2016年7月(11)
2016年6月(27)
2016年5月(3)
2016年4月(15)
2016年3月(9)
2016年2月(1)
更多
阅读排行榜
1. file文件与base64字符串的相互转换(50949)
2. 内存溢出和内存泄漏的区别、产生原因以及解决方案(48672)
3. Java 图片与byte数组互相转换(31739)
4. android MediaCodec 音频编解码的实现——转码(30022)
5. 如何用AndroidStudio导入github项目(23550)
评论排行榜
1. 在博客添加网页背景动画效果,跟随鼠标移动的线条(13)
2. file文件与base64字符串的相互转换(7)
3. android将应用中图片保存到系统相册并显示(4)
4. Android应用图标微技巧,8.0系统中应用图标的适配(2)
5. java.lang.UnsatisfiedLinkError: No implementation found for int com.xxx.xx中的couldn’t find “XX.so”或loadLibrary("xxx")失败(2)
推荐排行榜
1. 在博客添加网页背景动画效果,跟随鼠标移动的线条(8)
2. 内存溢出和内存泄漏的区别、产生原因以及解决方案(4)
3. Android Studio3.3打包报错AAPT2 process unexpectedly exit. Error output:(2)
4. 《jdk10》删除javah.exe文件,在Android studio编译jni,使用jdk10生成头文件(2)
5. 为已经存在的本地项目添加git,以及从远程仓库拉取代码并切换远程分支(2)
最新评论
1. Re:Android应用图标微技巧,8.0系统中应用图标的适配
Asset Studio 能做渐变吗?
--echo_lovely
2. Re:Android应用图标微技巧,8.0系统中应用图标的适配
233
--echo_lovely
3. Re:java.lang.UnsatisfiedLinkError: No implementation found for int com.xxx.xx中的couldn’t find “XX.so”或loadLibrary("xxx")失败
@goodcitizen 哈哈应该本地图片上传的...
--Sharley
4. Re:java.lang.UnsatisfiedLinkError: No implementation found for int com.xxx.xx中的couldn’t find “XX.so”或loadLibrary("xxx")失败
楼主表情图怎么发的
--goodcitizen
5. Re:在博客添加网页背景动画效果,跟随鼠标移动的线条
@戏 臣妾做不到啊...
--Sharley
点击右上角即可分享