Hi everyone,
Thanks for taking the time to read this. I'm using Android Studio to package my processing sketches as outlined here.
I have a basic test sketch working fine which simply draws ellipses on screen. However, I'm having issues loading images and other media files, usually they would go into the data folder (I'm more used to p5.js in which case I put them into an assets folder and load them using relative URLs).
Where do I need to put images/mp3s within my android project so that I can load them using PImage and loadImage with processing?
If anyone can help I would greatly appreciate it.
Thanks,
Matt