
Android warning
AndroLi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android 的几个黄色警告解决办法
转自:http://my.eoe.cn/864234/archive/5162.html 1:Handler 1 2 3 4 5 6 7 8 // This Handler class should be static or leaks might occur: IncomingHandler @SuppressLint("Hand转载 2014-03-10 10:38:52 · 15740 阅读 · 0 评论 -
Export aborted because fatal lint errors were found
(Eclipse打包问题)Export aborted because fatal lint errors were found. 不知道是否是系统的原因啊,之前不会出现这个问题的。昨天整了一天,我的系统是64位的,把SDK和ADT都更新了依旧在打包时报如下错误: Export aborted because fatal lint errors were fo转载 2014-11-19 10:45:03 · 851 阅读 · 0 评论 -
解决IllegalStateException: Can not perform this action after onSaveInstanceState
转:http://blog.youkuaiyun.com/ranxiedao/article/details/8214936 今天使用Fragment的时候,出现了这个错误 IllegalStateException: Can not perform this action after onSaveInstanceState: E/AndroidRuntime(1274转载 2014-12-08 11:03:30 · 357 阅读 · 0 评论