proguardRelease FAILED when compiling apk with assembleRelease in Android Studio

前端 未结 5 1952
感动是毒
感动是毒 2020-12-15 15:04

I\'m trying to compile my app as assembleRelease in Android Studio 1.0.1 and get the following message:

FAILURE: Build failed with an exception.

* What went         


        
5条回答
  •  囚心锁ツ
    2020-12-15 15:43

    I had to disable proguard with

    minifyEnabled false
    

    Not the best solution, but it works.

提交回复
热议问题