使用getAssets()

时间:2017-06-28 12:52:49

标签: java android xml assets xmlpullparser

请帮助确保priblem:

我需要从assets-folder中的xml-file获取InputStream对象。 这是我的代码:

Context context = getApplicationContext();
InputStream is = context.getAssets().open("currency.xml");

但我有一个错误:java.io.FileNotFoundException: currency.xml

我的错误在哪里?

0 个答案:

没有答案