
异常
q10123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android.content.ActivityNotFoundException: No Activity found to handle Inte
E/AndroidRuntime(11503): android.content.ActivityNotFoundException: No Activity found to handle Intent 最近在做从手机上取出图片时用Intent.ACTION_PICK,在使用过程中发现,有的手机正常,有的手机报错 ,报错信息如下: AndroidRuntime(11503): a原创 2015-04-10 12:02:50 · 5886 阅读 · 1 评论 -
has leaked ServiceConnection android.view.ViewRootGestureDispatcher$1@41b96bb8 that was origin
“Activity has leaked ServiceConnection android.view.ViewRootGestureDispatcher$1@41b96bb8 that was originally bound here”,说是服务绑定的问题,但是代码中并没有service,问题出在什么地方呢?开始排查,发现在一个方法中因为继承的关系,出现冲突,父类原创 2015-05-18 17:58:39 · 1254 阅读 · 0 评论