Proguard [ java.lang.IllegalArgumentException: Overflow of unsigned short value ]
问题 Gradle ver : 3.4.1 JDK ver : 1.8 Proguard ver : 5.3.3 Android gradle plugin 2.3.+ I am getting exception in build due to proguard. I have tried proguard 5.3.2 also but with no success. Here is my release config release { debuggable false android.buildTypes.release.proguardFiles = [] proguardFile 'proguard-android.txt' //minifyEnabled shrinkResources true signingConfig = signingConfigs.release } Following is the exeption Caused by: java.lang.IllegalArgumentException: Overflow of unsigned short