Unreal engine 5 anroid game doesn't work on Android 14+

I have a game that works fine on older devices (<android 14) but on 14 and 15 it seems to have a fatal exception main error, ie, the game opens for a split second and closes/crashes.

I have tried adding a ManifestRequirementsOverride.txt as mentioned here but it crashes again with same issue on adding the manifest override text file.

This is my logcat

I’m using unreal engine 5.1, min sdk 26, target sdk 35, jdk1.8.0_202, ndk 25.1.8937393(r26b)

1 Like

I also have some low end android devices but it can not work like that. Anyone have a solution for it?