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

前端 未结 22 847
耶瑟儿~
耶瑟儿~ 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:51

    See project.properties in android project. In ADT 14, default.properties was renamed to project.properties.

    Quote from the changelog:

    default.properties which is the main project’s properties file containing information such as the build platform target and the library dependencies has been renamed project.properties.

    *Note: Per the above link, if you don't have a default.properties file, likely you should upgrade your tools.

    See build changes in revision 14, at the bottom under "Project Setup"

提交回复
热议问题