Android Question Placing sub folders in File.DirAssets

tman

Member
Licensed User
Longtime User
I would like to have sub directories in DirAssets. I read the forums pertaining to this question and it seems possible if I manually add the Directories under the "Files" folder where my project is stored. Can not be added using B4A IDE) I also understand that that all sub directories and files contained must be lower cased. The IDE will automatically add these files when the apk is compiled. However, this doesn't work for me. I decompiled my apk file and the sub directories do not show up in the assets folder. I am using vers 6.0. What am I missing?
 
Top