Android Studio(Intellij)编译错误

时间:2013-05-21 12:21:34

标签: java android dependencies box2d andengine

我正在使用AndEngine和Box2D插件玩Android Studio,我似乎无法将其编译。我附上了一些我认为相关设置和信息的照片。

这个应用程序/游戏在Eclipse中编译,我可以在Android Studio中编译没有依赖项/库的项目,但是在我的项目中将它们包含在我运行它时会导致这个问题。

有人可以帮忙吗?

Image 1

Image 2

错误讯息:

    Gradle: 
    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':GTest:compileDebug'.
    > Compilation failed; see the compiler error output for details.

    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

1 个答案:

答案 0 :(得分:2)

以下是解决方案:

  1. 清除缓存。 File -> Invalidate Cache,然后重新启动IDE
  2. 如果不起作用,请再次导入项目,以便重新编制索引。
  3. This post也很有帮助。