Hi guys, so i've finnaly managed to get the AnEngineEamples working and i'm gonna give a quick tutorial on how i did it, if someone is still having troubles with it.
I am asuming you have updated SDK and ADT
1. Create a folder (e.g. on desktop) called AndEngine_repos
2. Download ALL repos into that folder
3. Go to Eclipse -> import existing projects into workspace -> select root directory -> AndEngine_repos (on desktop or wherever you've put it)
4. Make sure you have Copy projects into workspace selected and then click Finish
5. Now you should see red exclamation marks on each project, so go and right click on EACH project -> Android tools -> Fix project properties
6. Clean all projects
7. Again right click on EACH project -> Properties -> Java Compiler -> Java compilance level -> set it to 1.6 -> hit Apply -> hit Yes -> hit OK
8. Clean all projects
9. Exit eclipse and go back in
10. Now there should be only yellow triangels on each project
11. Right click on AndEngineExamples -> Properties -> Android -> Choose the target of your device (i've chosen 2.3.3) and hit Apply and the OK
12. Clean all projects and restart Eclipse
After folowing this step you slould be able to run the AndEngineExamples
Hope this helps.
