When I import android Project into Eclipse workspace. this below error just occurred.
Project has no default.properties file! Edit the project properties to set one.
After googled it. I found that for ADT 14, it just changed to use "project.properties." instead of "default.properties"
So, you can fix this problem by
1. create new project from existing sources option
2. rename project.properties to default.properties