1

我正在尝试在 Android Wear 2.0 上使用 Awareness Fence API,但无法这样做。

当我使用 Awareness.API 设置 GoogleApiClient 并调用 connect() 时,我在 logcat 中收到这些错误。

02-17 04:17:55.215 495-30247/? W/ActivityManager: Unable to start service Intent { act=com.google.android.contextmanager.service.ContextManagerService.START pkg=com.google.android.gms } U=0: not found
02-17 04:17:55.216 495-2552/? W/ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@9d06352
E/GmsClient: unable to connect to service: com.google.android.contextmanager.service.ContextManagerService.START on com.google.android.gms

这是一款搭载 Android Wear 2.0 DP5 和 GMS 10.2.0 的华为手表。试图搜索但什么也没找到,主要是关于他们两个在一起的消息。诚然,还没有在手机上尝试过。

我一直在手表上成功使用 GMS 的 LocationService API,所以我知道至少为它正确设置了凭据/API 密钥,而且我使用的 GoogleApiClient 实例与我用于 LocationServices 的实例不同。

任何人都有这方面的经验并知道它是否还不支持?

谢谢

4

0 回答 0