您的位置:首页 > 移动开发 > Android开发

Android 代码混淆异常

2016-07-14 11:40 288 查看
Warning:Exception while processing task Java.io.IOException: Please correct
the above warnings first.

:sample:transformClassesAndResourcesWithProguardForRelease FAILED

Error:Execution failed for task ':sample:transformClassesAndResourcesWithProguardForRelease'.

> java.io.IOException: Please correct the above warnings first.

Information:BUILD FAILED

死活编译不了,  最后 只能在 混淆规则中 加入   

-ignorewarnings                # 抑制警告


如果正常混淆的情况下,不加这条命令也是正常的,加这条命令只是为了通过编译,便于调试

原文地址: http://blog.csdn.net/github_14899071/article/details/51280390
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: