BusWear icon indicating copy to clipboard operation
BusWear copied to clipboard

NoSuchMethodError GoogleApiClient.blockingConnect

Open victordigio opened this issue 9 years ago • 1 comments

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.

victordigio avatar Jan 27 '16 16:01 victordigio

This is a duplicate of #13

btkelly avatar Feb 24 '16 19:02 btkelly