I'm trying to Generate APK for my App. But After Building the compiler throws an
java.lang.ArrayIndexOutOfBoundsException
.
I know what this Error means programatically. But If I disable the minifyEnabled
to False. Then the APK is generated & the app works Fine.
I saw a similar question here & tried desugaring to false.
But Still it throws Process 'command 'C:\Program Files\Android\Android Studio\jre\bin\java.exe'' finished with non-zero exit value 1
How Can I Solve this issue ?