2

在我的 Android 项目中,我需要使用 ScoreloopUI 作为模块。

它在 Eclipse 中运行良好,但我想使用 Intellij IDEA。

如果我创建一个只包含模块的项目,它工作正常。

我已将 Scoreloop UI 作为模块导入,添加了 Android 方面,选中“库模块”框,并在我的项目中添加了模块依赖项。

当我运行、重建或制作时,它首先尝试制作 Scoreloop UI 模块,我遇到了一个复杂的编译错误:

java: An exception has occurred in the compiler (1.6.0_24). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
java: java.lang.NullPointerException
java:   at com.sun.tools.javac.jvm.Code.width(Code.java:276)
java:   at com.sun.tools.javac.jvm.ClassReader.initParameterNames(ClassReader.java:1542)
...
java:   at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:133)
java:   at org.jetbrains.jps.javac.JavacMain.compile(JavacMain.java:135)
java:   at org.jetbrains.jps.incremental.java.JavaBuilder.compileJava(JavaBuilder.java:313)
...
java:   at java.lang.Thread.run(Thread.java:679)
java: Errors occurred while compiling module 'ScoreloopUI'
Compilation completed with 1 error and 5 warnings in 8 sec
1 error
5 warnings
java: Compilation failed: internal java compiler error

任何想法 ?谢谢您的帮助。

4

1 回答 1

1

在您的项目_构建路径中,您是否尝试过重新排序编译单元?

于 2013-01-28T02:31:25.953 回答