Files
peizhen/异常处理日志
2025-12-19 23:45:38 +08:00

15 lines
602 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1.图片选择闪退问题
Caused by: java.lang.IllegalArgumentException: Invalid column COUNT(*) AS count
使用Matisse 出现了
Caused by: java.lang.IllegalArgumentException: Invalid column COUNT(*) AS count
原因是 Matisse 的依赖用的不对,直接修改,到官网查看
https://github.com/zhihu/Matisse
直接用官网的,改成下面的依赖
implementation com.zhihu.android:matisse:0.5.3-beta3
implementation com.github.bumptech.glide:glide:4.9.0
annotationProcessor com.github.bumptech.glide:compiler:4.14.2
程序员的世界 安静了。ok,记录一下。