使用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,记录一下。