“Unable to get system library for project” after I upgraded to Android SDK 2.3 and ADT 8.0

前端 未结 26 1337
眼角桃花
眼角桃花 2021-01-31 13:25

Today I upgraded to Android SDK 2.3 and I also upgraded the Eclipse Plugin Androi Developer Tools 8.0 (from 0.9.9). I also upgraded my Java Development Kit to 1.6_22.

No

26条回答
  •  佛祖请我去吃肉
    2021-01-31 14:18

    That is rather difficult to answer, given the limited information you have supplied. Here are some suggestions:

    • Make sure that an appropriate android.jar is in your build path, since that is where java.lang.Object would come from.

    • Do a Project > Clean, to make sure you have 1.6 .class files, in case that is part of the problem.

    • Try creating a new project from scratch and see if that works.

提交回复
热议问题