_ Good day! _
Created the stage game in Corona SDK. In the simulator everything works fine. But when install apk to your smartphone, then there is only the background color. All other buttons and images disappear.
In file for Windows is also okay visible and functioning.
Who could not be with me to find the cause of this problem?
All other projects I’ve done, normally shown on the smartphone screen!
orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "landscapeRight", supported = { "landscapeRight", }, },
application = { content = { width = 540, height = 960, scale = "letterBox", fps = 30, --[[imageSuffix = { ["@2x"] = 2, ["@4x"] = 4, }, --]] }, }