【发布时间】:2017-08-10 17:22:21
【问题描述】:
我正在尝试在新的 Android Studio 2.4 preview 2 中启用 “高级分析”,但在消息日志中出现构建错误:
Information:Gradle tasks [:app:assembleRelease]
Error:Execution failed for task ':app:transformClassesWithProfilers-transformForRelease'.
> java.lang.IllegalArgumentException (no error message)
Information:BUILD FAILED
Information:Total time: 2.47 secs
Information:1 error
Information:0 warnings
Information:See complete output in console
我正在尝试在现有项目上执行此操作。当我尝试一个新项目时,它可以正常工作。有谁知道错误说明了什么或如何解决?
【问题讨论】: