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

前端 未结 8 792
北海茫月
北海茫月 2020-12-09 14:48

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

8条回答
  •  醉话见心
    2020-12-09 15:42

    My problem was that the target specified inside the project.properties file was not installed. It was "target=android-3", which is the Cupcake target.

    I solved it by increasing the number to 8 (Froyo API) which is the oldest API level I had installed in my environment.

提交回复
热议问题