HELLO EVERYONE!!
Here am I in the great adventure of making a video game. A bit burn out but so far so good. The vital signs still normal.

Ok. I'm in beta with my game and while I find a solution for other bugs, I'm trying to make an APK of my game to try if we can make it work in an android device.
I followed every step from the documentation.
http://res.dead-code.org/doku.php/wmelite:buildingAnd I released a small android game made in other engine before so I understand some of the process. like building and signing, But I never used Eclipse before.
I'm trying to import the precompiled project from the sources. I placed my game files in the Assets/raw folder and edited the manifest and other .java files.
The project loads but with under the name of "SDLActivity" and it says it has path issues so it wont compile until I fix this. I´m sure I'm missing to replace the name project somewhere, but I double checked the list and I couldn't find it.
1- Description Resource Path Location Type
Project 'SDLActivity' is missing required source folder: 'gen' SDLActivity Build path Build Path Problem
2 - Description Resource Path Location Type
The project cannot be built until build path errors are resolved SDLActivity Unknown Java Problem
3- Description Resource Path Location Type
Unable to resolve target 'android-12' SDLActivity Unknown Android Target Problem
Any Ideas? someone managed to get through this?. THANKSS!
