tajchert / BusWear

EventBus for Android Wear devices.
Apache License 2.0
257 stars 23 forks source link

NoSuchMethodError GoogleApiClient.blockingConnect #14

Open victordigio opened 8 years ago

victordigio commented 8 years ago

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.

btkelly commented 8 years ago

This is a duplicate of #13