原文:Android The type java.lang.Object cannot be resolved It is indirectly referenced ...

Android 中也出现这个问题的原因应该也是SDK的问题,我把以前的工程重新编译了一下,就可以了。 Thetypejava.lang.Objectcannotberesolved.Itisindirectlyreferencedfrom required .class files 当你在Eclipse引用不同版本JDK工程时会发生该问题。由于你开发环境中应用了多个版本的JDK 或JRE导致的。E ...

2012-03-05 16:04 0 11566 推荐指数:

查看详情

The type java.lang.Object cannot be resolved

有时候在Eclipse中打开或者导入项目时会出现标题字样的问题:The type java.lang.Object cannot be resolved. It is indirectly referenced 字面上理解是:java.lang.Object不能识别为一个类,请导入相关依赖文件 ...

Wed Mar 14 23:03:00 CST 2018 0 3452
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM