I have a file into “files” directory in my android project in eclipse, but when run the application in my device or in a device emulator, i don’t find this directory
i want to put this file in /data/data/MYPACKAGE/files/mifile.txt during the installation
put it under assets folder and use getAssets() to access it
this will return the InputStream from the file then you can read it.