我打开 eclipse,加载工程后,显示:  Android requires .class compatibility set to 5.0. Please fix project properties.网上查得解决方法:
  “ 
  选择 project -> Android Tools ->Fix Project Properties. 
  重新 clean project
  ”可是我的eclipse project 菜单下没有  Android Tools 这个项,为什么?
是我少装了Android的什么工具插件之类,
还是我的elipse版本不对?我的版本是:
Eclipse Java EE IDE for Web Developers.Build id: 20090920-1017(c) Copyright Eclipse contributors and others 2005, 2009.  All rights reserved.
Visit http://www.eclipse.org/webtools各位如果有上述任何问题的任何解决经历,请给提示。谢谢。

解决方案 »

  1.   

    明白了,原来project是指我的工程。
    不过 “  
      选择 project -> Android Tools ->Fix Project Properties.  
      重新 clean project
      ”
    还是不行。我又用
    对应的project  ->Propertites ->java compiler ->enable project specific Setting
    也不行。
    enable project specific Setting有好多页面都有,不知道都应该选择哪些。
      

  2.   

    还是用
    “  
      选择 project -> Android Tools ->Fix Project Properties.  
      重新 clean project
      ”注意项目所在目录的属性,是不是设成“只读”了
      

  3.   

    我自己解决了,对应的project ->Propertites ->java compiler ->enable project specific Settingenable project specific Setting有好多页面都有,都选上。多试了几次,好了。
      

  4.   

    我用的JDK是1.6,按照3楼说的方法,选 成了1.5,竟然可以了