在Android Studio中使用ProGuard时无法构建应用程序

时间:2015-06-12 09:35:03

标签: android obfuscation android-proguard

我正在使用Android Studio的持续版本,我在x2中通过 ProGuard 模糊我的项目。

编辑Android Studio的内容,例如:

Build.gradle

但是在启动构建项目时,就是这样的错误 see error

警告图片:see warning

我该如何解决这个问题?

2 个答案:

答案 0 :(得分:0)

只需将 -dontwarn com.github.siyamed.shapeimageview 添加到您的proguard-rules.pro。

答案 1 :(得分:-2)

我有同样的问题,尝试将minifyEnabled true更改为minifyEnabled false

请参阅此enter link description here