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
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.
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]
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.