You probably migrated from a Java 1.6 to a Java 1.5 environment. Java 1.6 allows to specify @override on 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 to override. 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 -~----------~----~----~----~------~----~------~--~---

