Android如何读取项目中的资源文件

时间:2012-05-13 00:44:12

标签: android filereader

我正在尝试阅读下面图片中的DictionaryWords文件

enter image description here

我如何阅读此文件?

1 个答案:

答案 0 :(得分:7)

您可以将DictionaryWords文件移至assets文件夹,然后将其包含在.apk中。然后你可以用以下内容打开它:

context.getAssets().open("DictionaryWords")