Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试读取下图中的 DictionaryWords 文件
我如何读入这个文件?
您可以将DictionaryWords文件移动到您的assets文件夹,然后将其包含在您的.apk. 然后你可以用类似的东西打开它:
DictionaryWords
assets
.apk
context.getAssets().open("DictionaryWords")