I see, that makes sense.
Sorry for my ignorance, but I’m trying to get the town loaded from the zip file and for some reason it says
” error: cannot find symbol
assetManager.registerLocator(“town.zip”, ZipLocator.class.getName());
symbol: class ZipLocator
location: class HelloAssets”
I have the zip file in my project folder (HelloAssets) along with build.xml, /src, /Project Assets, etc. I don’t believe this is the problem. Its not recognizing the class ‘Zip Locator’ I believe. I just copied and pasted the code so all the proper library items should be in there.
Bear with me here, its been a few years since I’ve programmed in Java, and even then it was a little different style.