I’ve downloaded AndEngine sources from github and installed new Eclipse with ADT 20.0 (as was said in readme). Now I want to compile AndEngine, but every @override in code causes an error. I guess, I shouldn’t just remove all @override, heh? Any suggestions about this problem?
Thanks in advance.
EDIT:
After changing compiler level to 1.6 I faced this:
. A lot of errors with versionsof android (what to do?) and some stuff with openGL.
Set your JAVA compiler level to
1.6.