I made an application, it works very good in 30 phones but in 2 phones the application crashes and shows a black page ... why that happened ???(the 2 phones had same error in the third screen it shows ablack page and the app doensnt show any thing except that black page , one of the 2 phones checked storage free and its have astorage free some , the 2 phones are new ) why that happened and how can i fix that ?? ( on android devices after building them )
It would be like looking into a crystal ball to answer this. Start by reading the topic below and give more info about your project, android version, devices, etc, etc.
1 Like
all phones i tested it was android (problem was with device s23 ultra ) >> all problems appeared after building them
Again.... read the topic I gave you and provide all necessary info.
1 Like
That is symptomatic of exceeding allocated memory. If your App contains images that have not been refined to suit Android, that could be the culprit, especially if they are compressed because Android has to decompress them.
ProfessorCad: Tips & Tricks Images