My app works fine on the simulator, but when I build and copy the apk to my android phone, when pony tiled tries to load the first map, it seems it can’t find an image:
Runtime Error
C:\Users\Nelson\Desktop\Blueberry_Escape\com\ponywolf\ponytiled.lua:204: attempt to index local ‘image’ (a nil value)
Apart from building for android from the simulator and then copying over the apk file and installing from that, are there any other steps I need to take to build to android?
The json tiled map files have the image path in the format like this:
“image”:"…/sprites/tiles/beach/beach_vert.png"
I don’t see any issues with it and like I said everything works fine on the simulator.
Any help would be much appreciated.