Thanks so much, I wouldn't have figured that out in a thousand years!
For others, this is what I did in Eclipse to fix it:

Went to Project->Properties->Java Compiler-> and changed Compiler
compliance level from 1.5 to 1.6

On Apr 4, 1:50 pm, Jean-Baptiste Queru <[email protected]> wrote:
> You probably migrated from a Java 1.6 to a Java 1.5 environment. Java
> 1.6 allows to specify @overrideon interface methods, Java 1.5
> restricts it to superclass methods.
>
> JBQ
>
>
>
> On Sat, Apr 4, 2009 at 10:07 AM, Bob <[email protected]> wrote:
>
> > Hi,
> > I am trying to change the computer that I am developing on.  I
> > installed the Android SDK and imported my existing project with Import-
> >>Existing Projects Into Workspace.  My project has no errors on the
> > old computer but on the new one I get a bunch errors for my overrides
> > of onClick, onFling, onClickListener,  onTouch, onSingleTap,
> > onShowTap, onScroll, onSensorChanged saying that there is no
> > superclass method for me tooverride. Any suggestions on what I am
> > doing wrong?
>
> > Thanks,
> > Bob
>
> --
> Jean-Baptiste M. "JBQ" Queru
> Android Engineer, Google.
>
> Questions sent directly to me that have no reason for being private
> will likely get ignored or forwarded to a public forum with no further
> warning.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to