@Override problems with ViewPagerIndicator

心已入冬 提交于 2019-12-25 08:17:48

问题


I'm trying to reimport my projects which use the ViewPagerIndicator library project, but eclipse tells me that there are a lot of "@Override" notations wrong in the vpi project. On another PC, it works fine with the same code.

Any idea why it isn't working?


回答1:


Change java Compiler to 1.6 it lower than 1.6.so prblm...

Right Click on your project -->proprties -->Java Compiler-->Check Enable project spefic settings-->Compile Compilence level -> 1.6



来源:https://stackoverflow.com/questions/9775946/override-problems-with-viewpagerindicator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!