While configuring MJAndriod I have got an error as follows:
Project has no default.properties file! Edit the project properties to set one.
Don't import it into Eclipse, use create new project from existing source in Eclipse.
Just try these steps and i am sure it will definitely help you..
1.Just rename the project.properties to default.properties.
2.Delete your project from eclipse.
3.Again import your project into the eclipse.
Now the problem must be solve.
Please dont forget to give +1.
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.)
I solved this problem by adding appcompatv7 library to my project, though I don't require this library(as I my project don't target lower versions) I don't know why I had to add this. Hope someone else can solve their problem by adding same.
Project has no default.properties file! Edit the project properties to set one
best option is create new workspace import the project ,fix the project its work
Right click on project --> properties --> Android.
Change the checkbox for project build target.
Press apply.
Change it back to your original build target.
Press apply --> ok
Worked for me