Troubleshooting
Gradle Exceptions
java.io.IOException: Please correct the above warnings first:
$ ./gradlew build
> Task :app:transformClassesAndResourcesWithProguardTransformForDebug FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformClassesAndResourcesWithProguardTransformForDebug'.
> java.io.IOException: Please correct the above warnings first.
You need to fix the
*.pro
files to resolve warnings raised above exception.As a temporary workaround, you could use:
-ignorewarnings
How to open a GitHub issue
If you think that you identified a bug, please, feel free to
open a GitHub issue with the following information:
Description
Description of the bug or the problem.
How to reproduce the issue
Please describe and attach all the necessary
materials (backtrace, binary, snippet, code) to reproduce the issue.
An issue without enough information to reproduce the problem will be closed without notice.
If you need to share sensitive information (like code) that could help to address the issue,
you can use one of these email addresses:
ping@obfuscator.re
me@romainthomas.fr
Here is also a GPG Key.
dProtect Configuration
You can put the dProtect configuration that triggers the bug (if relevant)
Additional context
Any other information that could help to address the issue?