Kitkat上的android.content.res.Resources $ NotFoundException

时间:2017-01-09 23:57:46

标签: android android-drawable

在API Level 19 KitKat设备上测试我的应用时,我收到错误:

Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f0200ca

在这一行:

seasonPhoto.setImageResource(getResources().getIdentifier(seasonInfo.get(0), "drawable", getActivity().getPackageName()));

Lollipop上的一切都很好用。怎么了?

0 个答案:

没有答案