Reading a plain text file
问题 I know this topic probably has been covered before but I cant find an answer to the my problem. I have a file that contains some words I need to read. It works normally on my desktop version, but wen I try to run on an emulator, I get java.io.FileNotFoundException - no file found . I understand I have to load the file in a different way than the desktop. Any help would be appreciated. Here is the code for reading the file. String line; try { BufferedReader br = new BufferedReader(new