CymChad / CymChad/BaseRecyclerViewAdapterHelper
框架报错
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 24.6k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
java.lang.NoSuchMethodError: No virtual method getBindingAdapterPosition()I in class Lcom/chad/library/adapter/base/viewholder/BaseViewHolder; or its super classes (declaration of 'com.chad.library.adapter.base.viewholder.BaseViewHolder' appears in /data/app/com.njqcdzkj.garhddzh.main-d6Xy7FDkSVoOlg0fdBwrJw==/base.apk)
at com.chad.library.adapter.base.BaseQuickAdapter.bindViewClickListener$lambda-7$lambda-6(BaseQuickAdapter.kt:495)
at com.chad.library.adapter.base.BaseQuickAdapter.lambda$EFyVEyfUijTaPgTZzBLisIwzQdI(Unknown Source:0)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the stack trace at BaseQuickAdapter.kt:495 and inspect how bindViewClickListener invokes BaseViewHolder.getBindingAdapterPosition(). Compare the BaseQuickAdapter and BaseViewHolder declarations involved in the failing build. Done means identifying the version or compatibility mismatch that causes this NoSuchMethodError and documenting a verified resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100