I am trying to import a project from the Android Developpers website.
The name of the project : DoneBar
I have saved the project in a folder different than my Eclipse workspace.
So, this is what I did : File -> Import -> Existing Android Code Into Workspace.
Then, I have clicked on the root directory of the project which is DoneBarSimple as shown in the picture.
The problem is : When the project is imported into Eclipse; it has some random errors.
Plus, I noticed, two project were created : MainActivity and tests
And I have two errors messages in the error log.
Failed to load properties files for project "MainActivity" Failed to load properties files for project "tests"
Am I doing something wrong ?