Android Question How do I include directory structure in project so it copies to device during install?

neomewilson

Member
Licensed User
Longtime User
I am trying to use Bootstrap and HTML library with Webview. It has a directory structure pretty typical for web based applications.

--js
--css
--images

I need this structure to be copied over at time of the install so when the primary html pages make reference to the js css and image files it can find them.

Question: How do I include this directory structure during the install so it is copied with the rest of the files. The primary html files can be added with the Files area in the project but these are directories with several files for each one.
 

LucaMs

Expert
Licensed User
Longtime User
That post is not about FileExists. Martin wrote:
If you use sub-folders in the Files folder and export your project, then the exported project will NOT contain those sub-folders.

Ops, but I realize now that it only means "exporting", not "compiling".
 
Upvote 0
Top