Android - Copy files from assets to /data/data folder
问题 I need to use some files in my app. They are kept in asset folder. I saw discussions on SO, where the files are being copied from asset folder, to /data/data/ on the internal storage, and then being used. I get the code, but what I do not get is, what is the need to copy the assets to internal storage ? If anybody has experience with this, help ! 回答1: One reason that just popped up for me is when using existing C/C++ code with NDK that requires a path to a file and you don't want to modify