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

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

    I got the default.properties error because the Android SDK wasn't installed on the machine I was using. What happened in my case was that I was setting up a second machine to development on.

    After installing the SDK, the project imported just fine. You don't have to do New Project.

提交回复
热议问题