youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

cvc-complex-type.2.4.a: 发现了以元素 'base-extension' 开头的无效内容。应以 '{layoutlib}' 之一开头。 #53

Closed SunSeekerX closed 2 years ago

SunSeekerX commented 2 years ago

git 拉下来跑不起来

youlookwhat commented 2 years ago

你应该是装了新版本的 Android Studio 运行老的项目出现的问题。 建议改成项目中的gradle版本试试,以及网上其他人的反馈:https://blog.csdn.net/jzlhll123/article/details/123490512

SunSeekerX commented 2 years ago

这个问题解决了。确实是要用jdk 1.8 然后我升级了 gradle。现在项目内这个应该比较老了。 可以看看升级之后的代码,我放在我自己的 git 了 https://gogs.yoouu.cn/android/ByRecyclerView

youlookwhat commented 2 years ago

可以