I am trying to create an android application using scala and android studio. Compilation failed in proguard with the exception:
Error:java.lang.ArrayIndexOutOfBoundsException: 4 at proguard.classfile.editor.InterfaceDeleter.visitSignatureAttribute(InterfaceDeleter.java:162) at proguard.classfile.attribute.SignatureAttribute.accept(SignatureAttribute.java:97)
I found elsewhere ( http://sourceforge.net/p/proguard/bugs/549/ ) that this problem is caused by an error in scala, but it only occurs in proguard 5.1 and not in proguard 5.0.
Now my question is: how can I configure Android studio to use proguard 5.0?
android scala intellij-idea android-gradle proguard
user114676
source share