【发布时间】:2018-07-16 09:51:06
【问题描述】:
自从升级到 android gradle 插件 3.0.1 我收到以下错误:
Warning: Exception while processing task java.io.IOException: Please correct the above warnings first.
:app:transformClassesAndResourcesWithProguardForProductionRelease 失败
问题是:我的日志中没有看到任何警告。
我还使用 -i 标志运行了构建,并且得到了以下(大)日志: https://gist.github.com/stoefln/b5e5e899c73b52d8065a5daeead716b3
非常欢迎任何想法!
【问题讨论】:
-
您应该使用 -i 标志运行构建并将 -verbose 添加到您的 proguard 规则中以获得更多输出。阅读有问题的库后,应立即打印警告。