Skip to content Skip to sidebar Skip to footer

Android Wear: CapabilityApi Times Out, Doesn't Return Capabilities

I'm trying to use a new CapabilityApi introduced in play services 7.3 to learn about the capabilities of my android wear device(Asus Zenwatch). I've checked out this question and c

Solution 1:

You have to connect your GoogleApiClient. Consider using blockingConnect() as you are on a background thread, then checking the resulting ConnectionResult to ensure the connection succeeded.


Post a Comment for "Android Wear: CapabilityApi Times Out, Doesn't Return Capabilities"