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

前端 未结 26 1245
眼角桃花
眼角桃花 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:21

    Try cleaning your project, that might help.

    On eclipse, click on the menu item above called "Project", then click on "Clean Build". On that screen, check the checkbox that says "Clean projects selected below", select the project(s) that's giving you problems, and click Ok.

    It will rebuild your project and that usually helps with strange eclipse errors like this.

    0 讨论(0)
  • 2021-01-31 14:23

    Please see your .classpath file, and see if all reference lib projects or src projects are added with correct path and name.

    0 讨论(0)
提交回复
热议问题