Questions tagged [wear-os]

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

Wear OS (formally known as Wear OS by Google) extends the platform to a new generation of wearable devices like SmartWatches (wrist watches) and SmartBands. Wear OS lets you create wearable experiences for your existing Android apps that can be used without taking your phone out of your pocket.

The operating system was first announced by Google in March 2014 as Android Wear. In 2018 it was rebranded to Wear OS by Google.

Google defines Wear OS as:

Small, powerful devices, worn on the body. Useful information when you need it most. Intelligent answers to spoken questions. Tools to help reach fitness goals. Your key to a multiscreen world.

Developers can build everything from a completely standalone application (i.e. no need for the wearable to be paired with a phone), to an extended phone experience on your wrist, to custom watch faces.

The operating system supports a wide range of features (some also available in Android, some exclusive to Wear OS), such as:

  • Google Assistant
  • Heart Rate Monitor
  • GPS & Accelerometer
  • Voice input
  • Gesture controls
  • Notifications from a paired phone (or the wearable itself)
  • Complications API

Note: Google Glass has its own tag , although it's also a wearable device.


External Links

3009 questions
108
votes
5 answers

How to request permissions from a Service in Android Marshmallow

In Android Marshmallow, permissions should be requested at runtime when they are needed, instead of all at once when an app is installed. However, I can only seem to request permissions from an Activity, which is a problem since my app contains only…
54
votes
2 answers

Android Wear notification prevent blinking icon when updating

I can't seem to be able to create an Android Wear notification that updates with out blinking the app icon whereas the same code works fine on an Android phone. Most referenced solutions talk about updating the same notification, use…
LearnDriver
  • 571
  • 3
  • 6
54
votes
9 answers

Pairing Android and Wear emulators

I don't have an Android Wear, nor do I have a phone running 4.3. Is there a way to connect the JB 4.3 emulator and Android Wear emulator for app development?
user2498079
  • 2,872
  • 8
  • 32
  • 60
50
votes
3 answers

Android compile error; Java plugin has been applied, not compatible with android

So I've made a wearable application where I can control a robot-car with the buttons on screen with the MessageListenerService. After trying to build the project, I had some problems where it asked me to install "Android Support Repository" from the…
Riekelt
  • 713
  • 2
  • 6
  • 14
48
votes
1 answer

Game Command format between bluetooth controller and console

I am creating an Android project, in which I have to make android wearable smart watch as game controller which can send commands to games running on handheld device connected to that smartwatch over BLE(Bluetooth Low Energy). I designed controller…
Manish Dubey
  • 4,206
  • 8
  • 36
  • 65
47
votes
4 answers

Fail to create Android virtual Device, "No system image installed for this Target"

Unable to create Android Virtual Device i follwed this link. I installed all ARM images for each Android more than 4.0. I installed intel & MIPs as well. But, still my AVD Manager is saying "NO System images installed for this target". why, so?
user
  • 1,681
  • 5
  • 18
  • 42
46
votes
10 answers

"Failed to resolve: com.android.support:support-v4:26.0.0" and other similar errors on Gradle sync

I have just created a new Android Studio project for both Android Mobile and wear. The initial gradle build failed because I am getting several errors- Error: Failed to resolve: com.android.support:support-v4:26.0.0 Error: Failed to resolve:…
George B
  • 918
  • 3
  • 15
  • 24
40
votes
3 answers

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, onConnectionSuspended or onConnectionFailed). Everything else is working fine, the DataLayerListenerService is able to…
odiggity
  • 4,117
  • 7
  • 34
  • 41
36
votes
9 answers

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 OS). I follow below link : Setting up Android Wear But, when I execute the line adb -d forward tcp:5601 tcp:5601 through command prompt,nothing…
Siddharth_Vyas
  • 9,972
  • 10
  • 39
  • 69
34
votes
2 answers

Random app crashes on Android Wear 5.0.X

I have a question regarding the newest Android Wear release (5.0.2): Debugging apps with that version really is a pain because very often the apps crash directly on startup (or soon after that). It doesn't matter how complex / simple the launched…
Frederik Schweiger
  • 8,472
  • 6
  • 25
  • 27
34
votes
2 answers

How to send notification from handheld to wear to open Activity on wear device

I'm wondering if it is possible to send notification from handheld (android phone) to wear device to open Activity on wear device? What I want to do is as following. So far, I checked the following documents, but it's different from what I want to…
Poly
  • 1,053
  • 1
  • 11
  • 16
34
votes
6 answers

Android Wear Project Gradle Sync Fails

I created a new project in Android Studio 0.8 in order to start integrating Android Wear into one of my apps. I create a new project and include the Wear form factor, but when I try to sync I get: Error:Could not find any version that matches…
Eliezer
  • 7,209
  • 12
  • 56
  • 103
32
votes
8 answers

Google Play services out of date. Requires 11011000 but found 10289574

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 trying to run my program on Polar m600 wear or wear emulator (Android V 7.1.1 and API25)…
Foul.H
  • 321
  • 1
  • 3
  • 4
32
votes
4 answers

"No, missing feature: WATCH" when I try to run my smartphone app with wear app?

I have a smartphone app with a wear app that has been packaged inside of it, similar to the first two steps of this section: https://developer.android.com/training/wearables/apps/packaging.html#Studio I was originally told that my smartphone wasn't…
user1583010
31
votes
9 answers

Trouble debugging android wear over bluetooth - Unable to connect to localhost

I can't debug over bluetooth with my Moto360. To start I have enabled "ADB debugging" and "Debug over Bluetooth" on the Moto360. I have also enabled "Debugging over Bluetooth" via the companion phone. It shows: Host: disconnected Target:…
user2825168
  • 383
  • 1
  • 3
  • 10
1
2 3
99 100