The easiest way to solve this is
- right click node project in eclipse
- select the Android tools submenu
- select Fix project properties
You may need to close and reopen the project, but after that it should work correctly.
The reason for this is that the .classpath and .project files are often ignored by default in .gitignore, and these options are missing when you extract a project from git.
source share