Google oturum açmayı entegre etmeye çalışıyorum, uygulamamda şu kütüphaneleri ekledim:
compile 'com.google.android.gms:play-services-identity:8.1.0'
compile 'com.google.android.gms:play-services-plus:8.1.0'
Ayrıca proje derleme sınıfına ekleyin:
classpath 'com.google.gms:google-services:1.4.0-beta3'
Ayrıca uygulama oluşturma derecesine eklenti ekleyin:
apply plugin: 'com.google.gms.google-services'
daha sonra gerekli izinleri ekleyin, ancak uygulamamı çalıştırmaya çalıştığımda bu hatayı aldı:
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 'C:\Program Files\Java\jdk1.8.0\bin\java.exe'' finished with non-zero exit value 2