I’m making an android game and the code has been getting really messy.
I wanted to separate the code and data into separate directories inside the main project folder (MyProject/Sprites, MyProject/Sounds, MyProject/Objects etc…).
It works no problem when i run it in the emulator but when i build the .apk file i get runtime error that indicates that my data is missing.
Is there a way to somehow include files from other folders into a final build?
Anyone had any experience with this?