1

I am facing a major issue after importing google play service 'com.google.android.gms:play-services:7.3.0'.

My application is compiling properly, but while running I am getting following error:

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.8.0_45\bin\java.exe'' 
finished with non-zero exit value 2

My SDK is latest updated one. Please help to solve the issue. I have tried all possibilities available in net.

daemmie
  • 6,361
  • 3
  • 29
  • 45
Cin
  • 113
  • 1
  • 8

1 Answers1

1

I found the issue. Google play service jar is conflicting with one of my third party library.

Thanks...

Cin
  • 113
  • 1
  • 8