I would like attach some file (sh scripts) in apk package with eclipse and after I would like access that files from main java program. I have read some documents and they said that I put in the assets/raw folder and access on phone from /data/data/package.name/ but this folder is empty.
How to work the assets folder?


