android - adding files to my project -
i want add folder containing rules manipulations performed during run time. file names not fulfill name conventions (for example dd-pp-f4.cib
), cannot put them inside raw
resource folder. there 1000 files , many internal dependencies within can't change file names.
how can add folder files project , load them during runtime?
you can put them in assets folder. have here: http://developer.android.com/reference/android/content/res/assetmanager.html
Comments
Post a Comment