我在我使用的应用程序 的网页http://api.androidhive.info/music/music.xml上有一个 xml 文件
static final String URL = "http://api.androidhive.info/music/music.xml";
String xml = parser.getXmlFromUrl(URL);
工作正常,但知道我已将此文件放在我的 Android 资源文件夹中。R.drawble.music.xml
那么如何从像这样的 android drawable 文件夹而不是网页中
获取我的文件。http://api.androidhive.info/music/music.xml