I am very new to andengine, trying to use this andengine examples from git url : https://github.com/nicolasgramlich/AndEngineExamples
But it always shows me error on two classes
BoundCameraExample and in HullAlgorithmExample
In bound camera example error is in line 220 says :
Type mismatch: cannot convert from void to AnimatedSprite
final AnimatedSprite face = new AnimatedSprite(pX, pY, this.mBoxFaceTextureRegion, this.getVertexBufferObjectManager()).animate(100);
and in HullAlgorithmExample error is on import statement of DrawMode
error shows on line number 11 : import org.andengine.entity.primitive.vbo.DrawMode;
and in lines 168 , 175 says DrawMode cannot be resolved to a variable
I am using java compiler 1.6 for all extensions I downloaded andengine and extensions from the same git repo. What is going wrong with this please help me
Thanks to allll