Project has no default.properties file! Edit the project properties to set one

前端 未结 22 837
耶瑟儿~
耶瑟儿~ 2020-11-28 10:50

While configuring MJAndriod I have got an error as follows:

Project has no default.properties file! Edit the project properties to set one.

22条回答
  •  我在风中等你
    2020-11-28 11:36

    When importing to Eclipse project, I accidentally did:

    BAD: Import... >> General >> Existing Proejcts into Workspace

    when I should have done instead:

    GOOD: Import... >> Android >> Existing Android Code Into Workspace

    Removing the project imported with first method, and then re-importing it with the second method solved the problem for me.

    (Others have written similar answers but I didn't get it until the explicit comparison.)

提交回复
热议问题