White screen appears on phone when I use AndEngine

478 views Asked by At

There's problem with HTC Hero and AndEngine's BaseGameActivity: when launched, there's only white screen, without any graphics like background and sprites. But I can see objects like lines (org.anddev.andengine.entity.primitive.Line) etc. and also I can tap on invisible buttons and my code is performing, but it's still white screen.

When I'm launch this app on other devices everything is ok.

Where is the problem?

1

There are 1 answers

1
uncle Lem On BEST ANSWER

Seems like my TextureAtlases was too big for this phone and I have to use several smaller atlases.