关于在Android studio中将gms play services appindexing更新为10.2.0

关于在Android studio中将gms play services appindexing更新为10.2.0,android,android-studio,Android,Android Studio,我试图将我的Google Play services应用程序索引更新为10.2.0,并将build.gradle依赖项中的编译行更新为compile“com.Google.android.gms:Play services appindexing:10.2.0”,但我遇到了一个错误,如图所示“未能解析:com.Google.android.gms:Play services appindexing:10.2.0” 我甚至尝试了安装存储库链接,但没有成功。我也遇到了同样的问题 应用程序索引已从Pl

我试图将我的Google Play services应用程序索引更新为10.2.0,并将build.gradle依赖项中的编译行更新为compile“com.Google.android.gms:Play services appindexing:10.2.0”,但我遇到了一个错误,如图所示“未能解析:com.Google.android.gms:Play services appindexing:10.2.0”

我甚至尝试了安装存储库链接,但没有成功。

我也遇到了同样的问题

应用程序索引已从Play Services移动到Firebase

您需要删除该行

compile 'com.google.android.gms:play-services-appindexing:10.2.0'
由于此库不存在,您的依赖项中已存在应用程序索引:

compile 'com.google.firebase:firebase-appindexing:10.2.0'

打开SDK管理器并安装Google Repository找到解决方案了吗?我也面临同样的问题