Android-常见错误集合
文章平均质量分 57
主要集合Android开发中的常见报错,情景,原因及其解决方案的集合整理
郑Jabo
技术的精进需要不断的总结。对开发过的项目进行复盘,对知识进行总结,这不是一朝一夕的事情,要有持久的充分准备。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Databinding和Livedata UI不刷新的问题
Databinding和Livedata UI不刷新的问题 导致UI不刷新的问题有两种: mBinding没有设置setLifecyclerOwner(this) mBinding = DataBindingUtil.setContentView(this, R.layout.activity_simple1); mViewModel = new ViewModelPro...原创 2020-02-21 11:43:10 · 6745 阅读 · 4 评论 -
A problem occurred starting process 'command 'xxx/android-sdk-linux/build-tools/23.0.2/aidl
org.gradle.process.internal.ExecException: A problem occurred starting process 'command 'xxx/android-sdk-linux/build-tools/23.0.2/aidl'' 或者 org.gradle.process.internal.ExecException: A problem occur...原创 2018-12-03 12:33:04 · 1951 阅读 · 0 评论 -
Glide加载图片遇到的错误:You must not call setTag() on a view Glide is targeting
今天在使用Glide的时候 出现了You must not call setTag() on a view Glide is targeting的错误; 在此记录一下,查阅网上的相关资料有这几种情况 1- 在ListView中使用Glide加载图片,有可能会出现这个情况 如果你的item只是单独的一个Imageview ImageView xmlns:android="http://原创 2017-06-27 16:34:40 · 891 阅读 · 0 评论
分享