Andriod升级到4.0 带来的编译问题“'Must Override a Superclass Method' ”

'Must Override a Superclass Method' Errors after importing a project into Eclipse

http://stackoverflow.com/questions/1678122/must-override-a-superclass-method-errors-after-importing-a-project-into-eclips

1. Eclipse Galileo you go to Eclipse -> Preferences menu item, then select Java and Compiler in the dialog.

Now it still may show compiler compliance level at 1.6, yet you still see this problem. 

2.  select the link "Configure Project Specific Settings..." and in there you'll see the project is set to 1.5, now change this to 1.6.  You'll need to do this for all affected projects.

This byzantine menu / dialog interface is typical of Eclipse's poor UI design. 

做个快乐的自己。
原文地址:https://www.cnblogs.com/Jessy/p/2334411.html