method run() of type Runnable(){} must override a superclass method

2,200 views
Skip to first unread message

VipBug

unread,
May 28, 2010, 7:59:32 AM5/28/10
to android-qt
I use Eclipse to compile the Java part of the project and create tha
apk file... before, when we were not using shared library, I was able
to create the apk file fine, but now, after updating my androind-
lighthouse, and compile it again, when I try to generate the apk file
for the example QtAnimatedTiles (included), I am getting a new error
message:

method run() of type Runnable(){} must override a superclass method

it happens 10 times in many places like:

QtApplication.java /qtExample/src/com/nokia/qt line 95
QtApplication.java /qtExample/src/com/nokia/qt line 115
QtApplication.java /qtExample/src/com/nokia/qt line 134
QtApplication.java /qtExample/src/com/nokia/qt line 153
QtApplication.java /qtExample/src/com/nokia/qt line 171
and other places...

I don´t want to mess with the .java files provided by the android-
lighthouse - so I wonder... what is going on? anyone else having the
same problem?

Anonymous Name

unread,
Jun 28, 2010, 5:59:49 PM6/28/10
to android-qt
I had the same errors. In Eclipse I made the following change to get
rid of the errors.
Windows->Preferences->Java->Compiler “configure project specific
settings”, Change from java 1.5 to 1.6 and then “yes” rebuild project
Reply all
Reply to author
Forward
0 new messages