2014년 12월 3일 수요일

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

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?
 
<script language="javascript1.3"></script>
<input id="hdn_reply_to_subj" value="method run() of type Runnable(){} must override a superclass method" type="hidden" /> <input id="hdn_date" value="2010년6월28일, 오후5시59분" type="hidden" /> <input id="hdn_author" value="Anonymous Name " type="hidden" /> <input id="hdn_group_name" value="android-qt" type="hidden" />
Anonymous Name
프로필 보기 한국어로 번역 번역됨(원문 보기)
 
보낸사람: Anonymous Name <anonymous.inbox.acco...@gmail.com>
날짜: Mon, 28 Jun 2010 14:59:49 -0700 (PDT)
현지시간: 2010년6월28일(월) 오후5시59분
제목: Re: method run() of type Runnable(){} must override a superclass method
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 pr

댓글 없음:

댓글 쓰기