I enable proguard for release and got the following error:
Execution failed for task ':app:transformClassesAndResourcesWithProguardForFlavorQuaRelease'.
[ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Job failed, see logs for details
[ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
[ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Try:
[ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
How can i see the errors?
Find no posts at the time that guide someone through first proguard errors. This what i did.
First i enabled the debug on settings:
Then toggle view button at build window:
There should be an errors resume near the bottom, looking like this:
Not all kind of errors need to be fixed in order to compile. Yet, some may cause crash after, so it is advisable to read the Proguard documentation as suggested.