mzsoft
Member
hello
In my android project I have folder name .pic
I check the apk and I don't see the .pic folder, I think it's because of the dot at the beginning of the folder name.i cant change folder name.
Is it possible to automatically add this folder to the assets folder ?
i use this
copy is ok but in apk not shown.
In my android project I have folder name .pic
I check the apk and I don't see the .pic folder, I think it's because of the dot at the beginning of the folder name.i cant change folder name.
Is it possible to automatically add this folder to the assets folder ?
i use this
B4X:
#CustomBuildAction: 1, c:\windows\system32\robocopy.exe, ..\Files\.pic ..\Objects\bin\extra\assets\.pic /MIR
copy is ok but in apk not shown.