Top "Wear-os" questions

Wear OS is an operating system extended from the Android platform that powers a new generation of wearable devices

Not able to connect Android Wear Emulator with Device

I am not able to connect Android Wear Emulator with my device.I have HTC One device which has 4.4 (KitKat …

android wear-os
android studio error : missing feature: WATCH

I have tried to run one simple application with android studio on my smartwatch and I've got the following message: …

android android-studio sdk wear-os
Error: more than one library with package name 'com.google.android.gms'

I'm using Android Studio 0.8.2, and created a project with Android 4.1 and Android Wear 4.4. I need to integrate it with Google …

gradle android-studio wear-os
Sending messages from Android Wear to host device

I'm writing a custom Android Wear application that's supposed to fire a one-off message to the connected host device (the …

wear-os
How to access heart rate sensor in Android Wearable?

I am having problems accessing heart rate sensor on Moto 360. I tried following things : Sensor mHeartRateSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_…

android wear-os moto-360
adb doesn't recognize samsung gear live or lg g watch

I am trying to execute adb on samsung gear live watch on windows 7. I don't seem to find device drivers …

android adb wear-os
Get data from Smartwatch Android Wear to Smartphone

I have made some apps (pedometer, heart rate, audio recorder) for the moto360 with android wear. everything works fine, but …

android wear-os sony-smartwatch moto-360
GoogleApiClient onConnected never called on Wearable device

I have a wearable device that I'm trying to connect to the GoogleApiClient but the callbacks are never called (onConnected, …

android google-api-client wear-os
Debugging on Moto 360

I am trying to get debugging over Bluetooth working on my Moto 360. I am following these instructions but when I …

android debugging adb wear-os
Android Wear app resulting in getGoogleAppId failed with status error

I have an Android Wear app which was working fine on my Moto360. It access Google Play Services and GCM …

google-api google-cloud-messaging wear-os