liangjingkanji / BRV

[使用文档] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大
http://liangjingkanji.github.io/BRV/
MIT License
2.49k stars 317 forks source link

使用SmartRefreshLayout出现的问题 #417

Closed believeLyf closed 5 months ago

believeLyf commented 5 months ago

新的项目依赖了api 'com.github.liangjingkanji:BRV:1.5.8',在新建的applicaiton初始化这个框架SmartRefreshLayout.setDefaultRefreshHeaderCreator { context, layout -> MaterialHeader(this) },出现了Cannot access 'android.support.v4.view.NestedScrollingParent' which is a supertype of 'com.scwang.smart.refresh.layout.SmartRefreshLayout'. Check your module classpath for missing or conflicting dependencies。这是什么问题?

liangjingkanji commented 5 months ago

网上搜索一下Cannot access 'android.support.v4.view.NestedScrollingParent' which is a supertype of就有答案了

这么简单的问题还特地提个issues