My game just shows a black screen and exits immediately after opening. It is built on a mac, on the latest version, and with proper keystore files (made them from tutorials on here). The curious part is that it works fine within Corona Simulator.
ADB shows “I/Corona ( 8941): This application failed to load and execute main.lua”
My game worked on a version of corona from two years ago, but I think might be irrelevant.
My “main.lua” is:
display.setStatusBar(display.HiddenStatusBar) storyboard = require "storyboard" storyboard.gotoScene( "start" )
and that’s it.
