It’s the same 
result :
mai 19 09:10:24.845 Android build succeeded in 34 seconds
mai 19 09:12:20.214 Installing and running xxxxxx on Lenovo A5500-F
pkg: /data/local/tmp/CoronaSDK2e29d9760a02c30ee3a4474c563487ea.apk
Success
Starting: Intent { cmp=com.xxxxxx.xxxxxx/com.ansca.corona.CoronaActivity }
mai 19 09:12:20.214 ---------- Device Log Starts ----------
mai 19 09:12:20.929 Lenovo A5500-F: P
mai 19 09:12:20.930 latform: Lenovo A5500-F / ARM Neon / 4.4.2 / Mali-400 MP / OpenGL ES 2.0 / 2017.3068
mai 19 09:12:32.823 ---------- Device Log Finished ----------
and black screen…
build.settings
settings = { orientation = { default = "portrait", supported = { "portrait", "landscapeRight", "landscapeLeft" } }, splashScreen = { enable = false, }, android = { versionCode = "15", --usesExpansionFile = true, usesPermissions = { "android.permission.INTERNET", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE" }, }, }
config.lua
application = { content = { graphicsCompatibility = 1, width = 480, height = 854, scale = "zoomStretch", fps = 30, imageSuffix = { ["@2x"] = 2, } }, license = { google = { key = "xxxxxxxxxxxxxxxxx" }, }, }
main.lua
display.setStatusBar( display.HiddenStatusBar ) print("ok") -- appears on simulator not on device -- include the Corona "storyboard" module local storyboard = require "storyboard" -- load menu screen storyboard.gotoScene( "menu", "fade", 500 )
storyboard.lua is in my directory but i ve tried with composer and it’s the same result.
Thx!