异常处理
冷薄荷
Android菜鸟一枚
展开
-
一个使用RecyclerView写的树结构效果:TreeRecyclerView
一个使用RecyclerView写的树结构效果:TreeRecyclerView原创 2017-05-10 15:41:33 · 3749 阅读 · 0 评论 -
异常收集(1)
报错:Error running app: This version of Android Studio is incompatible with the Gradle Plugin used. Try disabling Instant Run (or updating either the IDE or the Gradle plugin to the latest version)解决办法:转载 2017-05-04 08:24:20 · 336 阅读 · 0 评论 -
setdatasource failed异常
在利用MediaPlayer播放视频或者音频时,会出现报异常setDataSource failed。原创 2017-09-19 10:02:37 · 5385 阅读 · 2 评论 -
Unable to add window -- token android.os.BinderProxy@bf4921f is not valid
这种异常通常出现在:显示弹窗的时候,弹窗所依赖的上下文Activity已经被销毁了。当然一般情况下,这种情况很少出现,但是当弹窗是在子线程和Handler通信过程创建时,就很容易出现这种问题。原创 2017-11-01 15:34:58 · 563 阅读 · 0 评论 -
MediaRecorder中遇到的坑
对于刚刚接触MediaRecorder的小伙伴,其实有很多很苦恼的问题,例如下面的代码块,你就可能出错,而且这种错误不容易意识到。IllegalStateException,prepare崩溃原创 2017-12-07 11:16:48 · 6376 阅读 · 0 评论