Re: [android-developers] Android studio inished with non-zero exit value 3 error

2015-05-13 Thread Marina Cuello
Just in case anyone else encounters this kind of error: usually the actual error is somewhere upstream the Gradle Console log messages. Scroll up and you might find the answer or at least the root of your generic error. As the task is dexDebug, in this case I think it could be a repeated /

[android-developers] Android studio inished with non-zero exit value 3 error

2015-05-12 Thread Ristar
Error:Execution failed for task ':app:dexDebug'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_72\bin\java.exe'' finished with non-zero exit value 3 How to fix this? -- You received this message