I am experimenting with the new android studio IDE 2.0 , Project was working fine with studio 1.5 . After Migration I am geeting the following Error-
:app:transformClassesWithDexForDebug FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:transformClassesWithDexForDebug'.
com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Users/manishpathak/AndroidStudioProjects/jdk1.7.0_80.jdk/Contents/Home/bin/java'' finished with non-zero exit value 3 ' BUILD FAILED
Already enabled
multiDexEnabled true
in build.gradle.
Did anyone face this issue?