jjzjj

RecycleAdapter

全部标签

android - RecyclerView 适配器给出错误 "The hierarchy of the type RecycleAdapter is inconsistent"

我正在尝试添加新的RecyclerView到我的项目里面Fragement.我正在关注Link1上的视频教程.当我尝试为RecyclerView创建适配器时,我开始收到此错误。我正在使用Eclipse朱诺。我无法弄清楚问题所在。请帮忙我的代码:publicclassRecycleAdapterextendsRecyclerView.Adapter{privateLayoutInflaterinflator;Listdata=Collections.EMPTY_LIST;publicRecycleAdapter(Contextcontext,Listdata){inflator=Layo