【发布时间】:2015-10-24 15:09:31
【问题描述】:
我正在尝试在 IntelliJ IDEA 中运行由 libGDX 实用程序生成的 Gradle Android 任务(桌面任务运行良好),但我只收到此非特定错误消息。有什么问题,或者日志在哪里,或者如何启用日志?
Information:Gradle: Executing tasks: [:core:assemble, :android:assembleDebug]
Information:24. 10. 2015 16:58 - Compilation completed with 1 error and 0 warnings in 9s 415ms
Error:Gradle: Execution failed for task ':android:proguardDebug'.
> java.io.IOException: Please correct the above warnings first.
PS:不确定是否相关,但我已修改构建文件和 ProGuard 文件以支持 Scala,如 there 所述。
【问题讨论】:
标签: android intellij-idea gradle libgdx