我正在使用google api进行登录。在执行此操作时,我在添加库后出现此错误,
Error:Execution failed for task ':app:prepareInhouseDebugAndroidTestDependencies'.> Dependency Error.
我该如何解决呢。
谢谢。
答案 0 :(得分:1)
我找到了答案。 在我正在使用的应用程序中,
compile 'com.google.gms:google-services:2.1.2'
我改变了这个,
apply plugin: 'com.google.gms.google-services'
在我使用的项目中,
classpath 'com.google.gms:google-services:3.0.0'
很高兴获得更多信息。