App crashing on android 4.4.2

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By arguskos

I tried to export to older phone with android 4.4.2 with no luck. I tried with empty project. Exporing to a newer phone is fine.
I am using godot 3.0.6 and templates from the godot website.
Any suggestions? Is android 4+ supported?

It should as per official docs , you need Android SDK 19 (which is used for 4.4)
Can you share your code ?

GameVisitor | 2018-08-26 17:29

What device? Adreno based ones may fail on startup.
Also not many devices with android below 5 had good GLES3 support.

eons | 2018-08-26 23:07

Yes looks like you are correct, I just dowloaded last version of godot from githab and after changing to GLES 2 everything works fine. Thanks

arguskos | 2018-08-27 03:07