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

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

    Yet another solution as my own reminder; I got this error with FacebookSDK, importing project fails to build because it doesn't have default.properties, it has project.properties.

    1. Create empty default.properties (right click -> new, file)
    2. Edit project properties, select android, check correct SDK version, hit ok
    3. Clean projects

提交回复
热议问题