I\'ve been strugling with this problem about week now. Been searching similar topics about this but still can\'t resolve my problem.
The Prolem is that when i\'m try
You have to downgrade the API in wearable gradle file.
The problem is that your device doesn't have up-to-date Google Play Services application.
To fix it change into this:
compile 'com.google.android.gms:play-services-wearable:10.0.0' compile 'com.google.android.gms:play-services:10.0.0'