gpt4 book ai didi

android - 运行 getFields() 方法时无法识别添加到可绘制文件夹的图像

转载 作者:行者123 更新时间:2023-11-29 19:24:59 25 4
gpt4 key购买 nike

我已将 720 张新图像添加到我的 Drawable 文件夹中,但是当我使用 Field[] drawables = android.R.drawable.class.getFields() 时,没有一张被识别出来; .

Field[] drawables = android.R.drawable.class.getFields();
for (Field f : drawables) {
try {
System.out.println("R.drawable." + f.getName());
} catch (Exception e) {
e.printStackTrace();
}
}

这只是返回默认添加到 Drawable 文件夹的图像列表。我也尝试了 getDeclaredFields 但没有成功。

最佳答案

您需要使用自己生成的 R 类,即 your.package.name.R.drawable

关于android - 运行 getFields() 方法时无法识别添加到可绘制文件夹的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41595859/

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