tags:

views:

172

answers:

1
A: 

Make sure you have Menu imported. Whenever I get this error when overriding methods, it's because the type of one (or more) parameters hasn't been imported. Unfortunately, the result is that Eclipse can't make sense of what you're trying to override and throws an error stating this instead of first throwing an error saying it doesn't know what "Menu" is.

Andrew