by gst » Tue Feb 28, 2012 7:24 pm
Thanks, I realized that I was working with GLES1.0 repository, not GLES20.
I installed git on my Eclipse and cloned AndEngine.
I also installed the 4.03 Android API so I get some errors.
But now after installing this one, I have again errors with AndEngine:
"Description Resource Path Location Type
GINGERBREAD cannot be resolved or is not a field SystemUtils.java /PolygonTest/AndEngine_src/org/andengine/util/system line 32 Java Problem"
Four errors like this:
"Description Resource Path Location Type
HONEYCOMB_MR2 cannot be resolved or is not a field VertexBufferObject.java /PolygonTest/AndEngine_src/org/andengine/opengl/vbo line 66 Java Problem"
"Description Resource Path Location Type
ICE_CREAM_SANDWICH cannot be resolved or is not a field SystemUtils.java /PolygonTest/AndEngine_src/org/andengine/util/system line 34 Java Problem"
Two like this:
"Description Resource Path Location Type
SCREEN_ORIENTATION_SENSOR_LANDSCAPE cannot be resolved or is not a field BaseGameActivity.java /PolygonTest/AndEngine_src/org/andengine/ui/activity line 396 Java Problem"
and more similar errors....I missing something.
And about the git commands you posted...How can I execute them?
Thanks