Android project after splash screen exit!

hi i build a game with unreal,but when cooked for android and launch it for my phone ,it installed but when run it after splash screen it exiting wi[link text][1]thout any error,i use monitor sdk for running it and this is it log
my target phone android is 4.2.2

126866-log.txt (7.24 KB)

Hi the problem is most likely related to the initial installation of maps.
Go into the Project Settings ==> Maps & Models and set the startup Map

.

hi,thanks you for your comment but ,no i choose startup map.

pleeeeeeeeeeeese help

Maybe it helps

no,this cant solve it,even use bluestuck with 1gb ram

The error in the logs you’ve provided show that there is a ‘signal 11’ error. This is typically due to memory being accessed that isn’t supposed to be. This could be due to code in your project, or the way that your project is set up. It’s also possible that your project in general uses too much memory for the Android device that you’re on.

Please try a newer device and provide me with updated logs.

Thanks!

hi ,and thanks for your comment,i dont know why this happen for problem to access my memory but i try to move obb files in correct location,but app exit after splash screen again with another warning[link text][1]

127744-log.txt (7.23 KB)

Why are you moving the obb around? It should automatically go to where it needs to on your device once it’s installed.

  • Does this happen when you use a blank project with a splashscreen?
  • What is the exact device model you’re on?
  • Have you tried updating it from 4.2.2?

hi,i dont know why ?but when install apk with *.bat in console command say problem to access memory and install obb in another folder and when run it exit after splash screen.i add data to apk in setting project and use another phone and its perfect run and solve it.but in my phone even with add data to apk after splash screen exit
yeah with blank project has problem
any my phone huawei y330
yeah with 4.2.2 has problem

From what I understand, your device is having trouble with memory. Have you tried cleaning out the the device and removing any unused files? If the space on the device is full, it’ll have trouble saving the whole game. You also want to verify how much memory is being used on your game. Checking out the [Stat Commands documentation][1] might help you gather additional data.

Since your project is running smoothly on another device, try the stats commands on that one first, to see how much memory is being consumed and compare it to your type of device that you’re on.

Provide me with the model of phone that works too.

Thanks!

Stat Commands in Unreal Engine | Unreal Engine 5.1 Documentation

when uncheak mobilehdr problem solve

Your device is likely not optimized to use MobileHDR. Thank you for providing the solution to your device issue.