Hello,
I am trying to work out if apps built with Defold will run on Android 5.0.1.
I create an empty project and install the app on the phone and when I start it it crashes.
This is the output logged by running “adb logcat -s defold”:
--------- beginning of system
--------- beginning of main
I/defold (16889): INFO:DLIB: Log server started on port 51537
E/defold (16889): ERROR:DLIB: …/src/dlib/socket_posix.cpp( 263 ): SOCKET: Unknown result code 19
E/defold (16889): ERROR:DLIB: Unable to add broadcast membership for ssdp socket. No network connection? (-1000)
W/defold (16889): WARNING:ENGINE: Unable to create ssdp service (-1)
I/defold (16889): INFO:ENGINE: Target listening with name: LGE-LG-H420 - 192.168.42.129 - Android
I/defold (16889): INFO:ENGINE: Engine service started on port 8001
I/defold (16889): INFO:GRAPHICS: Installed graphics device ‘ADAPTER_FAMILY_OPENGL’
I/defold (16889): INFO:ENGINE: Defold Engine 1.9.5 (d01194c)
I/defold (16889): INFO:DLIB: Initialized Remotery (ws://127.0.0.1:17815/rmt)
W/defold (16889): WARNING:DLIB: Unable to convert ‘true’ to int
E/defold (16889): ERROR:GRAPHICS: OpenGLNewTexture(3408): gl error 1280: GL_INVALID_ENUM
E/defold (16889):
I/defold (16889): INFO:CRASH: Successfully wrote Crashdump to file: /data/data/com.example.todo/files/_crash
E/defold (16889): ERROR:CRASH: CALL STACK:
E/defold (16889):
E/defold (16889): #00 pc 0x00002e7e50 libempty.so +0
E/defold (16889):
E/defold (16889):
I was expecting this to work based on Defold engine and editor FAQ which claims that the engine runs on “Android 4.4 (API level 19) arm-32”.
Any thoughts?