Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
注意:我正在从原始问题修改它。
我的 /res/xml 文件夹中有一个名为“festivals.xml”的 xml 文件。我正在使用以下代码创建 XmlResourceParser:
xrp = rc.getResources().getXml(R.xml.festivals);
但是,尽管该文件存在并且在键入时出现在 IDE 的下拉列表中,即“R.xml.festivals”),但当上述行执行时,什么也没有返回。
我不知道还能做什么。我的目标是 2.3.3 和 8。
谢谢。
您应该将您的 xml 文件放在名为 raw 的文件夹中,然后您可以通过这个愚蠢的 R.raw.xyz 访问