Error:Execution failed for task ‘:app:transformClassesWithDexForDebug’

The error Error:Execution failed for task ‘:app:transformClassesWithDexForDebug’. com.android.build.transform.api.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process ‘command ‘/usr/lib/jvm/java-8-oracle/bin/java” finished with non-zero exit value 1 My app gradle file: While debugging, if I set minifyEnabled to true, then it compiles. However, then I cannot debug my application. I checked this other question: Execution failed for task ‘:app:transformClassesWithDexForDebug’ while implementing Google sign … Read more