When I import a new existing project into Eclipse, I get the following error message when attempting to execute as an Android project:
Project has no
I just resolved my issue by setting the higher target. go to windows->preference->android and check on higher API available and click apply.
might work for you also.
This is because you firstly put the project files in the resourse path. Try to put the project in another file, and reimport it. It will work!!!