I am developing a game in android and have a lot of images that I need to load, so its much easier for me to use subfolders, but when attempting to load an image in a subfolder, I get this error: java.lang.IllegalArgumentException: File example/aaa/0.png contains a path separator
The project works perfectly fine in normal processing, so I have no idea why this isnt working.
Can I not use subfolders in processing for android?