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.

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?