1

按照官方文档中的指南,我尝试使用以下语句将 Awareness API 添加为我的应用程序的依赖项:

compile "com.google.android.gms:play-services-contextmanager:9.6.1"

但是,它似乎不起作用。我究竟做错了什么?

4

1 回答 1

2

Awareness API 依赖项已重命名为com.google.android.gms:play-services-awareness. 您的编译语句应如下所示:

compile 'com.google.android.gms:play-services-awareness:9.6.1'
于 2016-10-10T22:55:42.583 回答