This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
有谁知道是否可以让 Android 不为添加到原始、可绘制和其他资源文件夹的资源生成新 ID?问题是,如果我添加一个名为 3.jpg 的图像,然后添加另一个名为 2.jpg 的图像,则图像 3.jpg 的 ID 会更改。我需要保持 ID 的静态,因为 ID 在 XML 文件中定义并在应用程序中用于根据 ID 获取资源。