在测试用例中,我需要在文件夹中的测试项目中加载一张图片
/myproject/res/drawable-hdpi/attachment.png
我已经使用InstrumentationTestCase尝试过了,并将文件存储在/res/raw文件夹中,然后用它加载,但R文件不包含我的附件.png
Context testContext = getInstrumentation().getContext();
InputStream input = testContext.getResources().openRawResource(R.raw.?????????)
知道吗?
感谢
您不应该使用raw来保存图像,使用drawable o asset;)
/res和/assets目录之间的差异
/assets或res/raw 中的Android图像