I\'m doing:
FileReader fin = new FileReader(\"file:///android_asset/myFile.txt\");
in an Android project and many variations. At runtime I get a
I found that if you are using an IDE like Eclipse you may need to do a clean -- or delete the API in the bin directory. It seems that the assets isn't getting updated when you do a build.