The project was not built since its build path is incomplete

前端 未结 18 1322
一向
一向 2020-12-04 15:29

Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors:

The project was not built since its build

18条回答
  •  情深已故
    2020-12-04 15:54

    I was having target-18 in my project.properties. But I wasn't having android-18 sdk. So I changed 18 to some other version which I had in my SDK manager, and it fixed the issue.

提交回复
热议问题