新安装个Myeclipse,导入以前做的程序后程序里好多错,第一行提示:
Multiple markers at this line
- The type java.lang.Object cannot be resolved. It is indirectly referenced from
required .class files
- The type Enum is not generic; it cannot be parameterized with arguments <QQPort>
- The type java.lang.Enum cannot be resolved. It is indirectly referenced from
required .class files
- The type java.lang.Enum cannot be resolved. It is indirectly referenced from
required .class files
1、缺少default.properties文件
从其他工程拷贝一个过来
2、没有jar包,没有资源文件
工程右键 -> Properties ->android ->选择一个android的版本,(如果已经选择好了,还是有问题,就先选择另一个,之后再换回来)
本文介绍了解决MyEclipse导入旧项目后出现的多种错误的方法,包括类型无法解析、缺少default.properties文件等问题,并提供了具体步骤来修复这些问题。
1941

被折叠的 条评论
为什么被折叠?



