Error "Failed to load properties file for project" MJAndroid "in eclipse

I downloaded the "MJAndorid" example from O'reilly. But after importing the project into the workspace, m receives the following error log:

Failed to load properties file for project 'MJAndroid' 

In this case, I can’t apply the build target, Google API version 3. In addition, by clicking on Android in the project properties window, I get "The current page displayed contains invalid values".

Can anyone suggest anything?

Thanks!

+7
android
source share
1 answer

On my Mac with Eclipse and Android AVD came out

  • I deleted all the projects in my workspace (backup first)
  • recreated it with the same workspace name and
  • finally restarted eclipse and the new project setup works fine without "Failed to load properties .." msg.
+1
source share

All Articles