android
HypocrisyLiu
行走,不停.
展开
-
Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 629 (example.testpro)
Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 629 (example.testpro)产生原因:编写Android程序有需要加载大量图片(同次出现30张左右图片)造成的程序闪退。错误提示:  解决方法:原文: The real error is Out of memory on a 23818256-原创 2016-10-20 09:48:37 · 1232 阅读 · 0 评论 -
android.content.res.Resources$NotFoundException
int作为setText值错误android.content.res.Resources$NotFoundException: String resource ID #0x0错误信息 : 无法找到string资源. 发现错误原因:将int值作为TextView中setText的参数。原创 2017-01-13 21:17:51 · 451 阅读 · 0 评论 -
ActionBar 返回键
ActionBar 返回键ActionBar 返回键在主活动中设置可以通过androidRidhome设置点击动作类似的方法返回键home在API<14版本中默认为true即默认存在,>14需要设置 默认图像为 向左小箭头在主活动中设置// 返回键 home Context.getSupportActionBar().setHomeButtonEnabled(true); // 更改返原创 2017-02-01 00:44:45 · 703 阅读 · 0 评论