Multiple markers at this line - The type java.lang.String cannot be resolved.

Multiple markers at this line  

导入一个安卓工程时,报错:

Multiple markers at this line
        - The type java.lang.Object cannot be resolved. It is indirectly referenced from 
         required .class files

解决办法:

1、缺少default.properties文件

从其他工程拷贝一个过来


2、没有jar包,没有资源文件
       工程右键 -> Properties ->android ->选择一个android的版本,(如果已经选择好了,还是有问题,就先选择另一个,之后再换回来)