Hi ,
Sorry for some dump questions .
Can anyone help me to clarify as i am still confuse with the Asset files and how we can get these files include in our APK.
1. I have a DS project , project-test and i can see that it will have a folder /storage/emulated/DroidScrpt/project-test/*
where there are Html , Img , folder and other js files etc...
So my questions ,
1. when i generate APK , the local, source code, [Html] folder will map to Html folder , but i saw that the
Images is it will map to [img] , the [images] folder name change after APK ?
How about [Misc] , which folder will it be mapped to ?
and [Sounds] will map to APK installed app folder ?
2. i have experience this , after i generate APK , all my local source code folder which has the files in the [Html] and all the js files
i generated but was not actually included even i select to include "Asset files" before generation , i have to manually zip the whole
source folder and after installed the App , then unZIP the Zip folders which include all the js , Html folders and all its files ,
the app will then work properly.
3. and in it there is a config file using sqlite db . so what is the best practice of include all files in my APK ?
Thanks ,
Kalmen