错误集

作者: lllllittlep | 来源:发表于2020-01-08 15:16 被阅读0次

    使用Glide,只有华为手机才会报此错误

    1.regist too many Broadcast Receivers

    com.bumptech.glide.manager.DefaultConnectivityMonitor.a(DefaultConnectivityMonitor.java:55)

    2.android.database.sqlite.SQLiteFullException

    database or disk is full (code 13)

    3.使用Androidx后weview在5.1手机初始化异常

    https://msd.misuland.com/pd/3691884996366177772?page=1

    4.使用add方式添加的webview无法弹出软键盘

    https://blog.csdn.net/u013151574/article/details/85261171

    5.dialog中用Glide加载网络图片不显示

    有可能是因为Imageivew的宽高,没设置具体值,导致Glide不知道要加载多大的图片

    6.使用CameraX在小米手机上报错

    java.lang.IllegalArgumentException:没有为相机设备找到支持的表面组合

    -ID:0。可能试图在许多用例中绑定太多的

    原因是使用

      CameraX.bindToLifecycle(lifecycleOwner ,mPreview,imageCapture,videoCapture)

    解决办法:只绑定imageCapture或者videoCapture

    为什么 bindToLifecycle()只选择 imageCapture 或 videoCapture ?

    https://www.it1352.com/1787481.html

    相关文章

      网友评论

          本文标题:错误集

          本文链接:https://www.haomeiwen.com/subject/bsrsactx.html