【发布时间】:2017-06-06 12:11:26
【问题描述】:
将 RxAndroid 和 Retrofit 库添加到我的 gradle 并编译后,我收到以下错误,显示在我的 Android Studio 消息面板中。
Error:Execution failed for task
':app:transformClassesWithNewClassShrinkerForProductionDebug'.
> Warnings found during shrinking, please use -dontwarn or -ignorewarnings to suppress them.
在我的调试中,我使用
minifyEnabled true
useProguard false
我相信我可以使用-dontwarn 或ignorewarnings 来抑制并让编译继续。但我想知道那是什么警告。我在哪里可以找到警告?
【问题讨论】:
标签: android android-studio gradle proguard android-proguard