Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Project has no target set. Edit the project properties to set one

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 target set. Edit the project properties to set one

Any help is appreciated.

like image 997
jadkins4 Avatar asked Feb 18 '10 21:02

jadkins4


1 Answers

I got this error on the command line when I ran ./android update project -p . Basically I had to specify a target like so in order for it to work: ./android update project -p . --target android-10

like image 159
IgorGanapolsky Avatar answered Sep 20 '22 09:09

IgorGanapolsky