joa*_*gcd 3 android google-play-services google-awareness
我正在尝试在应用程序中使用新的Awareness API,但我可以将其包含在我的代码中的唯一方法是使用
compile 'com.google.android.gms:play-services:9.2.0'
Run Code Online (Sandbox Code Playgroud)
在我的gradle文件中.
我试过用
compile 'com.google.android.gms:play-services-awareness:9.2.0'
Run Code Online (Sandbox Code Playgroud)
但似乎并不存在.
有谁知道选择性编译感知API的正确编译路径是什么?
提前致谢.
它确实存在.
// Awareness API
compile 'com.google.android.gms:play-services-contextmanager:9.2.0'
Run Code Online (Sandbox Code Playgroud)