gpt4 book ai didi

android - 更新到 Google Play Services 8.3 后无法解析 GoogleApiClient

转载 作者:行者123 更新时间:2023-11-30 01:44:27 26 4
gpt4 key购买 nike

我正在开发一个依赖于 Google Play 服务 8.1.0 的项目,并已尝试更新到 8.3.0,详见此处:Setting Up Google Play Services

同步我的 gradle 脚本并尝试构建后,我无法再解决来自 Google Play 服务的任何问题。这是我的构建脚本中的一个简单的数字增量:

dependencies {
//google play services components
def playServicesVersion = '8.3.0'
compile "com.google.android.gms:play-services-base:${playServicesVersion}"
compile "com.google.android.gms:play-services-maps:${playServicesVersion}"
compile "com.google.android.gms:play-services-gcm:${playServicesVersion}"
...

playServicesVersion 的数字设置为“8.1.0”时,我的项目构建正常。当切换到“8.3.0”时 - Google Play 服务中的任何内容都无法解析,即无法找到所有这些以及更多内容:

import com.google.android.gms.auth.api.Auth;
import com.google.android.gms.auth.api.credentials.Credential;
import com.google.android.gms.auth.api.credentials.CredentialRequest;

等等。我觉得我必须忽略一些简单的事情。

最佳答案

事实证明,我们正在扩展一些更改了某些抽象方法签名的类,因此我的项目无法编译。我错误地关注了无法解析导入,而我本应关注编译消息而不是 Gradle 控制台。更改覆盖的方法签名编译成功后。我怀疑其他人会遇到这个错误,请原谅我的新手错误...

关于android - 更新到 Google Play Services 8.3 后无法解析 GoogleApiClient,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33929165/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com