Android报错求帮助

Android导入项目运行时报错

以下是报错信息:


Execution failed for task ':app:checkDebugDuplicateClasses'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find BaseRecyclerViewAdapterHelper-2.9.22.jar (com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.22).
Searched in the following locations:
https://jitpack.io/com/github/CymChad/BaseRecyclerViewAdapterHelper/2.9.22/BaseRecyclerViewAdapterHelper-2.9.22.jar
Possible solution:


不知道问题到底出在哪,也没搜到可以解决的方法

已经自己解决了,谢谢大家
Could not find BaseRecyclerViewAdapterHelper-2.9.22.jar 所以把依赖改成
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.42'

什么软件报的错误啊