I\'m doing:
FileReader fin = new FileReader(\"file:///android_asset/myFile.txt\");
in an Android project and many variations. At runtime I get a
Its not reading it because all assets in assets folder are compressed, try changing its extension to .mp3 then read it in, that should stop it from being compressed.