Matisse-Kotlin icon indicating copy to clipboard operation
Matisse-Kotlin copied to clipboard

java.lang.IllegalStateException:bucketDisplayName must not be null

Open xiangyao0906 opened this issue 4 years ago • 4 comments

image

image

xiangyao0906 avatar Sep 04 '20 17:09 xiangyao0906

你好 这个问题解决了吗

NickTet avatar Feb 23 '21 02:02 NickTet

解决了把源码down下来找到报错的地方 做了非空判断

Better [email protected] 于2021年2月23日周二 上午10:34写道:

你好 这个问题解决了吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NFLeo/Matisse-Kotlin/issues/30#issuecomment-783836012, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAPI2SN522CZ2YKGQWNAZTTAMH43ANCNFSM4QY77HKA .

xiangyao0906 avatar Feb 23 '21 07:02 xiangyao0906

好的 谢谢

NickTet avatar Feb 23 '21 08:02 NickTet

我这边也遇到这个问题了 以代码形式添加依赖后,修复问题代码,重新打包,出现报错 library 中找不到 BuildConfig.APPLICATION_ID 解决办法是将依赖库的 BuildConfig.APPLICATION_ID 替换为 BuildConfig.LIBRARY_PACKAGE_NAME (参考https://blog.csdn.net/QasimCyrus/article/details/106467631)

xixilala-2019 avatar Apr 08 '22 10:04 xixilala-2019