BaseRecyclerViewAdapterHelper icon indicating copy to clipboard operation
BaseRecyclerViewAdapterHelper copied to clipboard

版本2.0升级成3.0出现的问题 主要是为了适配androidx

Open wanglinqiang0 opened this issue 3 years ago • 7 comments

D:\wlq\Storage\app\build\tmp\kapt3\stubs\debug\com\scs\storage\adapter\RecentAdapter.java:12: 错误: 无法访问NestedScrollingChild3 public final class RecentAdapter extends com.chad.library.adapter.base.BaseQuickAdapter<java.lang.String, com.chad.library.adapter.base.viewholder.BaseViewHolder> { ^ 找不到androidx.core.view.NestedScrollingChild3的类文件

import com.chad.library.adapter.base.BaseQuickAdapter import com.chad.library.adapter.base.viewholder.BaseViewHolder /**

  • Created by Android Studio.

  • User: Mloong

  • Date: 2020/9/10

  • Time: 18:21 */ class RecentAdapter(layout:Int,data:MutableList<String>):BaseQuickAdapter<String, BaseViewHolder>(layout,data) { override fun convert(holder: BaseViewHolder, item: String) {

    }

}

wanglinqiang0 avatar Sep 12 '20 13:09 wanglinqiang0

clean bulid 并没有报错 ReBuild就会报这个错误 貌似是所有的adapter都会出现这个问题

wanglinqiang0 avatar Sep 12 '20 13:09 wanglinqiang0

我这边也出现了这个问题,请问解决了没?

dragonhn avatar Dec 25 '20 01:12 dragonhn

解决了 

------------------ 原始邮件 ------------------ 发件人: "dragon"<[email protected]>; 发送时间: 2020年12月25日(星期五) 上午9:49 收件人: "CymChad/BaseRecyclerViewAdapterHelper"<[email protected]>; 抄送: "孔雀东南飞"<[email protected]>; "Author"<[email protected]>; 主题: Re: [CymChad/BaseRecyclerViewAdapterHelper] 版本2.0升级成3.0出现的问题 主要是为了适配androidx (#3324)

我这边也出现了这个问题,请问解决了没?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wanglinqiang0 avatar Dec 28 '20 12:12 wanglinqiang0

解决了  ------------------ 原始邮件 ------------------ 发件人: "dragon"<[email protected]>; 发送时间: 2020年12月25日(星期五) 上午9:49 收件人: "CymChad/BaseRecyclerViewAdapterHelper"<[email protected]>; 抄送: "孔雀东南飞"<[email protected]>; "Author"<[email protected]>; 主题: Re: [CymChad/BaseRecyclerViewAdapterHelper] 版本2.0升级成3.0出现的问题 主要是为了适配androidx (#3324) 我这边也出现了这个问题,请问解决了没? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

怎么解决的?

BlueSky15171 avatar Jan 10 '21 04:01 BlueSky15171

奥里给

------------------ 原始邮件 ------------------ 发件人: "CymChad/BaseRecyclerViewAdapterHelper" <[email protected]>; 发送时间: 2021年1月10日(星期天) 中午12:14 收件人: "CymChad/BaseRecyclerViewAdapterHelper"<[email protected]>; 抄送: "孔雀东南飞"<[email protected]>;"Author"<[email protected]>; 主题: Re: [CymChad/BaseRecyclerViewAdapterHelper] 版本2.0升级成3.0出现的问题 主要是为了适配androidx (#3324)

解决了  … ------------------ 原始邮件 ------------------ 发件人: "dragon"<[email protected]>; 发送时间: 2020年12月25日(星期五) 上午9:49 收件人: "CymChad/BaseRecyclerViewAdapterHelper"<[email protected]>; 抄送: "孔雀东南飞"<[email protected]>; "Author"<[email protected]>; 主题: Re: [CymChad/BaseRecyclerViewAdapterHelper] 版本2.0升级成3.0出现的问题 主要是为了适配androidx (#3324) 我这边也出现了这个问题,请问解决了没? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

怎么解决的?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wanglinqiang0 avatar Jan 10 '21 07:01 wanglinqiang0

这个怎么解决的? @wanglinqiang0

SheepYang1993 avatar Apr 06 '22 06:04 SheepYang1993

这个怎么解决的

奥里给 ------------------ 原始邮件 ------------------ 发件人: "CymChad/BaseRecyclerViewAdapterHelper" <[email protected]>; 发送时间: 2021年1月10日(星期天) 中午12:14 收件人: "CymChad/BaseRecyclerViewAdapterHelper"<[email protected]>; 抄送: "孔雀东南飞"<[email protected]>;"Author"<[email protected]>; 主题: Re: [CymChad/BaseRecyclerViewAdapterHelper] 版本2.0升级成3.0出现的问题 主要是为了适配androidx (#3324) 解决了  … ------------------ 原始邮件 ------------------ 发件人: "dragon"<[email protected]>; 发送时间: 2020年12月25日(星期五) 上午9:49 收件人: "CymChad/BaseRecyclerViewAdapterHelper"<[email protected]>; 抄送: "孔雀东南飞"<[email protected]>; "Author"<[email protected]>; 主题: Re: [CymChad/BaseRecyclerViewAdapterHelper] 版本2.0升级成3.0出现的问题 主要是为了适配androidx (#3324) 我这边也出现了这个问题,请问解决了没? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 怎么解决的? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zyz0201 avatar Apr 21 '22 08:04 zyz0201