Hi I am trying 2017.3.1 apk export from windows7
Everything is fine in windows player, if I export the signed apk
my app crashes because it can't find
maps/map1.lua in
loadfile("maps/map1.lua") |
- which is there in my gideros project (AppData/Temp...) and in my "base folder".
If I open the apk, under
assets/I can only see some of the lua files I left in my project root, and there are no subdirectories, except for the one containing images and sounds.
This is also confirmed by the content of allfiles.txt, where most files are missing too.
Is this expected?
there are no nAming IssuEs
I am doing a Full Export, tried with and without encryption.
Any advice?
Everything else seems to be fine: after some time updating AS I got no error messages and the apk installs fine on the device and runs too, until it needs to load the map.
Thank you
Comments
I will try later as I reach my laptop.
Thank you
In 2017.3, all files marked as executed during init are compiled into a single lua file and no longer appear as separate in the exported project.
Likes: pie, SinisterSoft, HubertRonald