I’m trying to read a text file (Using BufferedReader and FileReader) from my file sytem on my android application and I’m getting “FileNotFound” Exception (I do have permissions).
Is it because my android application cannot access my file system ?
What should I do ?
I’m trying to read a text file (Using BufferedReader and FileReader) from my file
Share
you should show the code obviously.
But assuming that you are reading from
c:\: a virtual device does not know about anything calledc:\. You should read a file from your virtual device.