从一台电脑到另一台电脑打开项目时的 Eclipse IDE 问题

发布于 2024-11-24 17:47:11 字数 239 浏览 0 评论 0原文

您好,目前我们在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

金兰素衣 2024-12-01 17:47:11

可能Project->clean对您有帮助。只需执行并检查即可。

May be Project->clean helpful to you. Just do it and check.

太傻旳人生 2024-12-01 17:47:11

检查项目/工作区的编译器设置。根据您设置为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文