Reputation: 177
I was trying to compile
compile 'com.google.android.gms:play-services:7.5.0'
on my gradle project, but when I'm trying to run it, error and the log say that :
Error:Execution failed for task ':thingNote:dexDebug'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_60\bin\java.exe'' finished with non-zero exit value 2
I don't know what's happening.
Upvotes: 0
Views: 81