Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoSuchMethodError GoogleApiClient.blockingConnect #14

Open
victordigio opened this issue Jan 27, 2016 · 1 comment
Open

NoSuchMethodError GoogleApiClient.blockingConnect #14

victordigio opened this issue Jan 27, 2016 · 1 comment

Comments

@victordigio
Copy link

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
Copy link
Contributor

btkelly commented Feb 24, 2016

This is a duplicate of #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants