VipBug
unread,May 28, 2010, 7:59:32 AM5/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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?