The project was not built since its build path is incomplete

前端 未结 18 1332
一向
一向 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 16:00

    It seems that you lack JDK (java.lang.Object comes from there )

    The problem is that you used the same Android API on different PC. Eclipse is lost with path names that are differents but with same API.

    To solve it, first re-select Android API version (set to another one and valid, then restore the on you want and validate it -> it will force Eclipse to reload API). Then go into project->properties-> java build path. Then remove "Unable to get system library for the project" then "Add library" and select "Android Classpath container".

提交回复
热议问题