Android app crashes when I enter activity for the 2nd time
P
Paolo P
started a topic
over 8 years ago
Android app crashes when I enter activity for the 2nd time
1 Comment
P
Paolo P
said
over 8 years ago
Good morning.
I am experiencing a problem with my app. I have an AR view containing a 3D model (static, no animation) and when I launch the activity for the first time everything goes OK.
If I go back to the main menu and try to relaunch the AR activity, depending on the device, the app crashes directly or the 3D model is completely messed up. Furthermore, a Fatal Signal 11 Error is issued.
If I use a different world, not containing 3D objects, all is fine again. I thought of a memory problem triggered by the 3D Model, but debugging the app I see that at least one of the test devices still has plenty of memory to spare.
As a side note, the same folder on iOS shows no problems.
Paolo P