导入 GreenDroid 时出现问题

发布于 2024-11-03 07:56:20 字数 411 浏览 1 评论 0原文

我正在尝试导入并运行 GreenDroid 项目: https://github.com/cyrilmottier/GreenDroid

但出现以下错误:

The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files  ActionBarItem.java  /GreenDroid/GreenDroid/src/greendroid/widget    line 1  Java Problem

不知道如何解决。 IDE 说这是构建路径问题。

I'm trying to import and run the GreenDroid project: https://github.com/cyrilmottier/GreenDroid

But get the following error:

The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files  ActionBarItem.java  /GreenDroid/GreenDroid/src/greendroid/widget    line 1  Java Problem

Not sure how to resolve. IDE is saying it is a build path issue.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

黄昏下泛黄的笔记 2024-11-10 07:56:20

在IDE中,Java编译器是否设置为Java 1.5或更高版本?如果编译器设置为 1.3,枚举将不起作用。

在 Eclipse 中,该设置位于“构建路径/Java 编译器/JDK 合规性”下。

In the IDE, is Java compiler set to Java 1.5 or above? Enums won't work if the compiler is set to 1.3.

In Eclipse, the setting is under Build Path/Java Compiler/JDK Compliance.

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