I am trying to load a file with ofLoadImage, but OF is not finding it. Dumping the path OF expects tells me it should be in the files folder in my app data folder. How should it get copied there? Adding them as a asset folder in Android studio does not work.
I have been using the image example app as a model, but can’t for the life of me work out where in the build process the files in its data folder get copied to the device. Sure its a basic fail on my part, but what am I missing?
So everything in the data/bin folder is zipped as /res/raw/ofdataresources.zip and then unzipped on the device when the app is installed? (or executed?)