MichaelRocks / paranoid

String obfuscator for Android applications.
Apache License 2.0
670 stars 79 forks source link

Gradle build error #29

Closed vladraduvidican closed 4 years ago

vladraduvidican commented 4 years ago

Hello, my Gradle build crashes whenever using this library. Removing it fixed the issue.

Caused by: java.lang.ArrayIndexOutOfBoundsException

I am also using ProGuard 6.2.2

MichaelRocks commented 4 years ago

Hi @tommyzat and thank you for the report. Could you run the Gradle build with the follong command and send me gradle.log file:

./gradlew assembleDebug --info --stacktrace --console plain > gradle.log 2>&1