@Override must override a superclass method 問題

在eclipse導入android項目的時候,出現:
The method run() of type new Runnable(){} must override a superclass method

提示需要 remove ‘@Override’ annotation

網上找了一下解決辦法,主要是jdk版本問題:
如果出現  The method *** of type *** must override a superclass method
右鍵項目屬性》javaCompiler中的complier compliance level 將1.5 改爲1.6。

也可以在window》preferences》java》compiler中的Compiler compliance level 修改爲1.6。
————————————————
版權聲明:本文爲CSDN博主「dgdisme」的原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處鏈接及本聲明。
原文鏈接:https://blog.csdn.net/ycwol/article/details/43015061

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章