从一台电脑到另一台电脑打开项目时的 Eclipse IDE 问题
您好,目前我们在 Eclipse 中开发 android pro,上次当我和我的朋友尝试将一台电脑中的项目打开到另一台电脑时,我遇到了问题。问题是
@override 标记,
当我在类中重写操作时,它没有问题,但在另一个 eclipse ide 中当尝试 open 我们需要删除 override 关键字。
所以任何人都可以告诉我这是什么,为什么我们需要在 Eclipse 中删除 override 关键字 IDE
Hi Currently we develop android pro In Eclipse, In Last Time I have problem when me and my friend try to open Project in one pc to another Problem is that
@override tag
when i override operation in class it did not problem but in another eclipse ide when try to
open we required to remove the override keyword.
so anyone can tell me what is this ,why we required to remove the override keyword in eclipse
ide
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能
Project->clean
对您有帮助。只需执行并检查即可。May be
Project->clean
helpful to you. Just do it and check.检查项目/工作区的编译器设置。根据您设置为 1.5 还是 1.6,需要或禁止覆盖接口中的方法。
Check the compiler settings for the project/workspace. Depending on whether you're set to 1.5 or 1.6, overrides for methods from Interfaces are either required or forbidden.