What is wrong with my app?

Hello everyone!
I am facing some problem when I run the app on my phone. It works excellent on the ai companion but after I build the app, it crashes in my phone.
It works for first 3 screens but crashes after 4th screen.
I have used images, audios and horizontal and vertical arrangements for the app
Can anyone tell me the solution to this?
Please reply soon

Thank you
Anubhav

Use different screens wisely

If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a while...      
The recommended method of switching screens in App Inventor
(Thanks Taifun)
 
Also see demo: multiscreen.aia
 
1 Like

Hello Anubhav

It could be a myriad of things. However, it does sound like a screen management issue - if you your App does not handle multiple screens correctly, that can cause a crash.

We need to see the Blocks that take the User from one screen to another.