找不到 Google 意识 API

Cannot find Google Awareness API

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

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

不过,好像不行。我做错了什么?

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

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