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 说这是一个构建路径问题。

4

1 回答 1

2

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

在 Eclipse 中,该设置位于 Build Path/Java Compiler/JDK Compliance 下。

于 2011-04-25T07:00:37.843 回答