Godot Android app is not opening in android 7.0 in moto G4 play

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

I am able to install the android app on my device but when it opens i see only godot splash screen for few seconds and afterwards a black screen comes.
How to resolve this problem ?

Which renderer are you using in your project? Make sure to use the GLES2 renderer instead of GLES3 as it’s more compatible on mobile and web platforms.

Calinou | 2020-10-06 20:42

Thanks Calinou.

After changing renderer to GLES2, it started working.

abhinav | 2020-10-08 18:13