My scene won't load!

One of my scenes in my android app refuses to load on my samsung galaxy tab 2 android 4.2.2. It is not an issue with my code as it works in unity and on my phone running android 4.4. There is a scene before it that loads fine. In that scene I have a coroutine that waits for 3 seconds and then loads the scene that wont work.

Any ideas? Thanks.

Ok, I managed to get it to work by deleting some unused gameobjects in the hierarchy. I’m not entirely sure what caused the problem, but I think it is fixed now.