2018.3326
Android
Building without live build, in main, I get my my splash screen (a display.newImage), set a performWithDelay and after the proper delay, remove the object and then using composer.gotoScene - jump to my first module
Building with live build, after the last line in main is executed, it loops to the top and restarts. I’m trapping system messages and get an applicationExit after the last line of the main.lua is executed. (I put a print stmt as the last line of main). Normally, I get a single restart with an initializing message when starting a new live build version. This is different. Never stops looping.
Thanks