android–Google Awareness API v9.6缺失

android–Google Awareness API v9.6缺失,第1张

概述我对新的地图样式功能感兴趣,这个功能在9.6GooglePlayServices版本中添加,但我也在使用AwarenessAPI.在我的build.gradle中,我有compile'com.google.android.gms:play-services-maps:9.6.1'compile'com.google.android.gms:play-services-contextmanager:9.6.1'compile'

我对新的地图样式功能感兴趣,这个功能在9.6 Google Play Services版本中添加,但我也在使用Awareness API.在我的build.gradle中,我有

compile 'com.Google.androID.gms:play-services-maps:9.6.1'compile 'com.Google.androID.gms:play-services-contextmanager:9.6.1'compile 'com.Google.androID.gms:play-services-location:9.6.1'

和其他一些游戏服务/ firebase模块.以前v9.4有效,但现在我无法解决:com.Google.androID.gms:play-services-contextmanager:9.6.1
BTW,9.6版本的所有其他库正确解析.我也尝试使用9.6.0和9.,没有任何效果.

请不要建议添加编译’com.Google.androID.gms:play-services:9.6.1′,因为它会大大增加编译时间.

UPD:刚刚发现,活动识别包含在位置包中,所以我不需要意识.但这不是答案

解决方法:

从9.6.0开始它被重命名为“意识”,所以你应该使用

compile 'com.Google.androID.gms:play-services-awareness:9.6.1'

您可以在“Google Repository rev 35”中查看,只需导航至:

ANDROID_HOME/extras/Google/m2repository/com/Google/androID/gms

在那里你会看到“play-services-contextmanager”里面没有9.6.0和9.6.1文件夹,但有一个新的文件夹“play-services-awareness”,9.6.0和9.6.1

不确定它是永久的还是临时的,因为正如你在文档中所说的那样它仍然被称为“play-services-contextmanager”

总结

以上是内存溢出为你收集整理的android – Google Awareness API v9.6缺失全部内容,希望文章能够帮你解决android – Google Awareness API v9.6缺失所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1119654.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存