如何解决错误:任务':app:prepareInhouseDebugAndroidTestDependencies'执行失败。

时间:2016-11-12 08:34:43

标签: android api

我正在使用google api进行登录。在执行此操作时,我在添加库后出现此错误,

Error:Execution failed for task ':app:prepareInhouseDebugAndroidTestDependencies'.> Dependency Error.  

我该如何解决呢。

谢谢。

1 个答案:

答案 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'

很高兴获得更多信息。