dongjunkun / DropDownMenu

一个实用的多条件筛选菜单
3.59k stars 787 forks source link

快来看看, #22

Open chao521618 opened 8 years ago

chao521618 commented 8 years ago

Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x0 出这样的问题 该如何解决呢!

oubowu commented 8 years ago

是不是TextView.setText()的时候你直接是把数字放进去了?

chao521618 commented 8 years ago

没有啊,按照你说的话应该是String Resource ID #0x0这种错误 我这样写的 viewHolder.mText.setText(list.get(position));

wenjian1314 commented 8 years ago

我也是这个错误,同求怎么解决

Liloupar commented 7 years ago

我也是 同求

dongjunkun commented 7 years ago

setText里面的数据类型不能是int型的,转成String试试

Liloupar commented 7 years ago

@dongjunkun 不是这个原因, 是因为没有设置那个箭头的图标导致的。。

Andecy commented 7 years ago
int i = 0;
setText(i+"");
neodreamtale commented 7 years ago

这也不贴完整log,逼着up主信玄学的路子。。。。

Anber-wei commented 7 years ago

是因为少设置图片的锅 不过抛出这个错就有点坑了 想不到的原因

BadDeveloper2022 commented 7 years ago

你没有设置
app:ddmenuSelectedIcon="@mipmap/drop_down_selected_icon" app:ddmenuUnselectedIcon="@mipmap/drop_down_unselected_icon" 这两个属性。

sinkkin commented 5 years ago

找了好久,原来是这,不设置应该给个默认啊,抛这个错找的难受