I'm having trouble loading my images when working in Android Studio. I had the same problem when I was working with plain Java, so I know it just comes down to where I store the files. Based on (possibly outdated) answers to basically the same question, I've tried creating folders named 'data,' 'assets,' and 'files' in various locations in my project, as well as the built-in folder 'build/generated/assets.' Seems like maybe there's a new answer to this?
Here is what appears to be the relevant line from the stacktrace:
W/System.err: java.io.FileNotFoundException: /data/data/com.wordpress.deivescollins.blackcauldron/files/cauldron.png: open failed: ENOENT (No such file or directory)
TL;DR Where do my images go when I'm working with Android Studio?