Hi!
I’m trying to build app from tutorial on android and get runtime error on device.
Here is the console log:
Feb 10 01:22:44.269 ---------- Device Log Starts ---------- Feb 10 01:22:44.535 PH-1: Request to r Feb 10 01:22:44.536 emove task ignored for non-existent task 450 PH-1: Platform: PH-1 / ARM Neon / 9 / Adreno (TM) 540 / OpenGL ES 3.2 V@319.0 (GIT@5a7aebc, Ie87d5dfbba) (Date:07/05/18) / 2018.3326 / English | US | en\_US | en PH- Feb 10 01:22:44.536 1: WARNING: menu.lua:29: Failed to find image 'background.png' Feb 10 01:22:44.536 PH-1: ERROR: Runtime error Feb 10 01:22:44.536 PH-1: menu.lua:30 Feb 10 01:22:44.545 : attempt to index local 'background' (a nil value) PH-1: stack traceback: PH-1: menu.lua:30: in function 'method' PH-1: /U Feb 10 01:22:44.545 sers/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:221: in function 'dispatchEvent' PH-1: /Users/jenkins/slaveroot/workspace/Templates/label/android/subrepos/composer/composer.lua:1470: in function 'gotoScene' PH-1: main.lua:16: in main chunk Feb 10 01:22:44.545 PH-1: ERROR: Runtime error Feb 10 01:22:44.545 PH-1: menu.lua:30: attempt to index local 'background' (a nil value) PH-1: stack traceback: PH-1: [C]: ? PH-1: menu.lua:30: in function 'method' PH-1: /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:221: in function 'dispatchEvent' PH-1: /Users/jenkins/slaveroot/workspace/Templates/label/android/subrepos/composer/composer.lua:1470: in function 'gotoScene' PH-1: main.lua:16: in main chunk Feb 10 01:23:05.219 ---------- Device Log Finished ----------
It looks like that assets is not in build itself. But I don’t get why is it happen.