【已解决】Android中使用getResources去尝试解析xml时出错:The method getResources() is undefined for the type
crifan 11年前 (2014-02-26) 4395浏览 0评论
【问题】 折腾: 【未解决】Android中解析/res/raw文件夹下面的xml文件 期间,使用代码: InputStream is = getResources().openRawResource(R.raw.myxml); 去解析xml文件,结...