Hi I am currently making an app for a school project. I have a number of JSON files in the system.CachesDirectory and they need to be included when I build the app for android. I need to update the files regularly and also download replacement files from the internet. This is why I chose not to use the system.documentsDirectory. My question is how can I make sure the JSON files are included in the built version of my app that I put on my phone?
Sorry if this is a stupid question I am new to corona.
Thank you very much for your help.