Hi all
I Seem to have a really weird issue happening which I’m a little stumped on. I’m trying to load in some JSON data into the Desktop project so I’m having to use the FileReader class as the Gdx class doesn’t exist in this context.
I can put the file inside of another folder and it loads without any issues… but as soon as I put it within the desktop assets folder, I get an IOException with file not found. Surely the FileReader should still be able to access this folder?