I am trying to run the Andengine examples in the IntelliJ IDEA. I managed to import all the necessary extensions and the editor window doesn't show any errors anymore, but when I try to run the project and it compiles all of the classes it shows several errors:
/home/mathias/Arbeitsplatz/andenginemultiplayerextension/src/org/anddev/andengine/extension/multiplayer/protocol/server/SocketServerDiscoveryServer.java
cannot find symbol class IDiscoveryData
/home/mathias/Arbeitsplatz/andenginemultiplayerextension/src/org/anddev/andengine/extension/multiplayer/protocol/server/SocketServer.java
cannot find symbol class IServerListener
... and so on
It seems the library can't find some of its own classes, although they are all there, and there are no errors shown in the editor.
I found this issue on the project page which shows the same errors in eclipse, although I found no description on how to fix it.
I have no custom build settings for this project and all I do is click on the "Run"-Button.