When I do a EventBus.getDefault().postRemote(...) from my wear module, I get this exception:
com.google.android.gms.common.api.GoogleApiClient.blockingConnect at pl.tajchert.buswear.wear.SendByteArrayToNode.run(SendByteArrayToNode.java:36)
I'm using last version of google play services. These are my dependencies in wear build.gradle file:
compile 'com.google.android.support:wearable:1.3.0'
compile 'com.google.android.gms:play-services-wearable:8.4.0'
compile 'pl.tajchert:buswear:0.9.5'
So I don't know where the problem is.
When I do a EventBus.getDefault().postRemote(...) from my wear module, I get this exception:
com.google.android.gms.common.api.GoogleApiClient.blockingConnect at pl.tajchert.buswear.wear.SendByteArrayToNode.run(SendByteArrayToNode.java:36)
I'm using last version of google play services. These are my dependencies in wear build.gradle file:
compile 'com.google.android.support:wearable:1.3.0'
compile 'com.google.android.gms:play-services-wearable:8.4.0'
compile 'pl.tajchert:buswear:0.9.5'
So I don't know where the problem is.