注册 登录
编程论坛 Android开发

新手上路,请教几个问题

lingy 发布于 2014-09-02 23:27, 3364 次点击
编写的andorid手机程序,出现以下三个问题,是什么原因,如何解决。
1、The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project
2、Unable to resolve target 'android-8'
3、The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
3 回复
#2
ADust、2014-09-03 09:54
第三个问题。你编写Java类的时候。从父类继承那里。要把java.lang.Object改成android.app.Activity
#3
tlliqi2014-09-03 10:31
不会 帮顶
1