Android Pay QuickStart App - 联系 Google 时出错

Android Pay QuickStart App - Error occurring while contacting Google

我正在尝试 运行 一些示例 Android 按照此处的指南支付 API 代码: https://developers.google.com/android-pay/android/tutorial#setup

我正在使用上面 link 中提供的示例 Bikestore 项目。我按照说明为我的应用设置 credentials/client ID:

应用 installs/runs 在我的手机 phone (Lollipop) 上成功运行,但是当尝试 "Login" 时,它显示“错误联系 Google 时发生。请稍后再试 "

我相信我已经找到了解决办法。在示例项目中,在 build.gradle 中定义了以下依赖项:

dependencies {
    compile 'com.android.support:support-v4:22.2.0'
    compile 'com.google.android.gms:play-services-plus:7.8.0'
    compile 'com.google.android.gms:play-services-wallet:7.8.0'
}

我添加了以下行,这似乎解决了连接问题:

compile 'com.google.android.gms:play-services:7.8.0'