[SOLVED]Get .j3o from jmesystem.getstorage on android

Im having trouble getting the j3o (savefile) file from jmesystem.getstoragefolder though assetmanager on android it always says “asset not found”.

The storage folder is not for assets, it’s for you to store stuff like savedata.

Edit: Sorry, I did’t read your question correctly. Can’t you just System.out.println the path to ensure it’s actually pointing to the right place?

Dont mind this, it was a mistake on registerlocator, i use “Androidlocator.class” on registering storagefolder instead of “filelocator.class”, its already fixed. I thought i cant use filelocator on android.

2 Likes