Problem :
I am new to Android Programming. I have started working on it recently. Now I am facing below error message.
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
I think above error is caused because I have added too many Gradle dependencies, but all those dependencies are important for my project.
Have anybody faced this issue?