Can't launch on phone from UE4.24

I have a basic level just to see if it would load. I have a camera looking at a player model, when I run it on my computer it loads. I have my phone set up so I can launch it to my phone (samsung galaxy s10) from the engine on my computer.

The app installs but won’t open. When I click on it, it shows the UE4 logo and then closes.

I am new at this and tried looking around to figure out what might be wrong but I’m at a loss.

I basically want to make sure it loads on my phone before I commit to making a full game.

Is it just UE4 logo or is there some text as well?
Most probably your mobile runs on OpenGL ES 2.0 and you packaged it to OpenGL ES 3.1.
Well on older versions of engine it is easy fix just go Project settings - android - and check (you can see it in the screenshot). But i think they removed it in 4.24. Check it out if its still there.

297957-opengl.png

Awesome that fixed it I also didn’t have “arm v 7” checked so I checked both and it works now.

Thank you!!