最佳答案
我正在尝试将谷歌登录整合进我的应用程序中,我添加了这些库:
compile 'com.google.android.gms:play-services-identity:8.1.0'
compile 'com.google.android.gms:play-services-plus:8.1.0'
还要把这个添加到项目构建级别:
classpath 'com.google.gms:google-services:1.4.0-beta3'
还要在应用程序编译级别中添加插件:
apply plugin: 'com.google.gms.google-services'
然后添加所需的权限 但当我试图运行我的应用程序时,收到了这个错误:
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