Google Play Services 9.2.0选择性编译感知API

时间:2016-06-29 13:11:00

标签: android google-play-services google-awareness

我尝试在应用中使用新的Awareness API,但我可以将其包含在我的代码中的唯一方法是使用

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

在我的gradle文件中。

我尝试使用

compile 'com.google.android.gms:play-services-awareness:9.2.0'

但它似乎不存在。

有谁知道选择性编译感知API的正确编译路径是什么?

提前致谢。

2 个答案:

答案 0 :(得分:7)

它确实存在。

// Awareness API

compile 'com.google.android.gms:play-services-contextmanager:9.2.0'

答案 1 :(得分:1)

今天你必须包括:

compile 'com.google.android.gms:play-services-awareness:10.2.4'

如果您想了解最新的依赖关系,可以使用我的名为DependencyLookup的网络工具。