I am making a simple AndEngine game. It is gonna be commercial so I can't give you my full code but I am doing everything right but MultiTouch doesn't work. I am sure my phone supports multitouchs, it is a Z1. Here what I did:
mEngineOptions.getTouchOptions().setNeedsMultiTouch(true);
mScene.setOnAreaTouchTraversalFrontToBack();
mScene.setTouchAreaBindingOnActionDownEnabled(true);
Is there anything which I forgot to do?