作者:用户rmgq8prdxo | 来源:互联网 | 2023-02-09 16:08
我正在尝试将我的Google Play服务应用程序索引更新到10.2.0,并在build.gradle的依赖项中更新了编译行,如图所示,编译为"com.google.android.gms:play-services-appindexing: 10.2.0"但我面临一个错误,如图所示"无法解决:com.google.android.gms:play-services-appindexing:10.2.0".
我甚至尝试过安装存储库链接,但它没有用.
1> crubio..:
我遇到过同样的问题.
应用程序索引已从Play服务转移到Firebase.
您需要删除该行
compile 'com.google.android.gms:play-services-appindexing:10.2.0'
由于此lib不存在,因此您已在依赖项中使用应用程序索引:
compile 'com.google.firebase:firebase-appindexing:10.2.0'