3

我正在尝试在应用程序中使用新的 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 的正确编译路径是什么?

提前致谢。

4

2 回答 2

7

它确实存在。

//感知API

compile 'com.google.android.gms:play-services-contextmanager:9.2.0'
于 2016-06-29T14:12:25.457 回答
1

今天你必须包括:

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

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

于 2017-05-17T13:38:30.573 回答