Is there a way to avoid the black screen when resuming AndEngine?
Have you redefined this method?
@Override public void onGameCreated() { super.onGameCreated(); }
The call to "super.onGameCreated ()" is important.