Hi again.
I have yet another problem. I have sat things up like you said, and begun to watch the 3rd tutorial vid on youtube (a part of the chain that is linked in this thread). Now, I did most things as instructed to try and incude an example in a project of my own, one thing I did differently, I have to target 2.1 update 1 instead of 2.2 .
Now I have an error message in the AndEngine bit at org.anddev.andengine.opengl.texture.compressed.etc1 in the file ETC1Texture.java , in the following lines : import android.opengl.ETC1;
import android.opengl.ETC1Util;
The error says : The import android.opengl.ETC1 cannot be resolved
The import android.opengl.ETC1Util cannot be resolved
on the lines I quoted respectively.
What could be causing the error? My bet would be the different target API, in which case I hope there is a way to counter that since that is the _must have_ level. (I do know tho' that upwards it is compatible, but backwards not... hence my need for that level.)


