We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This is a duplicate of #13
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: