gpt4 book ai didi

android - 未找到资源异常

转载 作者:行者123 更新时间:2023-11-30 01:04:04 24 4
gpt4 key购买 nike

您好,我在我的适配器代码中遇到 Resourcesnotfoundexception..

代码:

   public class Bag_adapter extends ArrayAdapter<Data> implements Filterable {
//in getview()
{
try {
int i = getContext().getResources()
.getIdentifier(name().toLowerCase(), "drawable", getContext().getPackageName());
Log.wtf("Called", "Drawable=" + i);

holder.icon.setImageResource(i);
} catch (Exception e) {
Log.wtf("Called", "Error=" + e);
}
}

这是错误日志:

08-20 19:58:24.732 12650-12650/com.bot.pokego A/Called: Drawable=android.content.res.Resources$NotFoundException: Resource ID #0x7f0200bf
08-20 19:58:24.786 12650-12650/com.bot.pokego A/Called: Drawable=2130837716

我也尝试清理、删除构建文件夹........但仍然是同样的错误。

我正在使用 Android Studio。

任何帮助将不胜感激!

谢谢!提前 :).

最佳答案

检查您的资源文件夹。如果您将资源保存在较高版本的文件夹 v21 中并在较低版本上进行测试,您可能会遇到此异常。

希望对您有所帮助!!!

关于android - 未找到资源异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39055235/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com