You have a fair few extensions to check. It could also be something unusual in your coding - not that having a number of web components is a problem for example, but that many should not be required given that they cannot be fired at the same time.
If an extension is not the cause, then file corruption is a possibility, but we cannot help with that without studying the Project file.
You could grab a coffee and run through my checklist: ProfessorCad: Tips & Tricks Cannot Build/Install/Run APK
10 Screens is a guideline max but in fact no App should get close to that many (10). Are some of your Screens identical in terms of components but with differing content?
If you really need so many screens, you will have reserved a place in the Guinness Book of Records
I would encourage you to consider using Virtual Screens.
Isn't it possible that your App simply has too many screens and components?
Golden rules in App Inventor programming:
Optimise all images for Android
Optimise code (e.g. use 'any component' Blocks)
DRY - Don't Repeat Yourself
FFB - Fat Finger Buttons
KISS - Keep It Simple Stupid
Test and Test again
KISS, an acronym for Keep It Simple, Stupid, is a design principle noted by the U.S. Navy in 1960.
The KISS principle states that most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided.*
Yes, use virtual screens to take the load off. I am using two virtual screens atm and I don't know how many you can have one one virtual screen. I would try just two for now since it will keep you under 10 screens. Good luck