我已经坚持了几天,我只是找不到打开 .txt 文件的好方法。我需要将其转换为多行字符串并将其设置为文本视图。有人能帮助我吗?
至于文件位置,我正在使用:
String saveLoc = Environment.getExternalStorageDirectory()+"/My Documents/";
public String title;
public String Ftype = ".txt";
(saveLoc+title+Ftype) //is the file location.
我通常可以将数据读入文件输入流,但如果我尝试对它做任何事情,我会收到大量错误,甚至无法让我的应用程序运行。