I've just grabbed the tip of Andengine GLES2 from github. When I bring the project in to Eclipse, its got LOTS of problems. But the main problem is that there are many places in which @override is used on objects which have no superclass.

Is it just me? Is there working version of GLES2?

有帮助吗?

解决方案

Found the anmswer to my own question: in java 1.6 overrides can be in place for implemented methods. Description of trouble here:

Eclipse ignoring incorrect @Override annotations

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top