初始化仓库

This commit is contained in:
2025-12-19 23:45:38 +08:00
parent 05a96d8bfb
commit be688dd483
1073 changed files with 80517 additions and 0 deletions

14
异常处理日志 Normal file
View File

@@ -0,0 +1,14 @@
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,记录一下。