Skip to main content
Filter by
Sorted by
Tagged with
110 votes
5 answers
75k views

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 ...
Tony Wickham's user avatar
  • 4,776
57 votes
9 answers
31k views

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's user avatar
  • 3,042
32 votes
8 answers
39k views

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 ...
Foul.H's user avatar
  • 321
25 votes
6 answers
19k views

I am creating an android wear app that extends push notifications. My app downloads approximately 10 images from a server when a push notification comes in and displays these additional images on the ...
TWilly's user avatar
  • 4,953
20 votes
8 answers
15k views

I'm trying to get a wearable app installed through an Android handset using the 'Package with Android Studio method' found here but it's not working. The apk is never installed to the wearable device. ...
odiggity's user avatar
  • 4,127
5 votes
3 answers
11k views

How do I get the heartrate from the attached sensor on the Samsung Gear Live I just tried to list all Sensors by SensorManager mSensorManager = (SensorManager) getSystemService(Context....
A.S.'s user avatar
  • 4,554
2 votes
2 answers
4k views

As an android wear developer, Can we directly access network through http request ? In my case, I want to send a http request to get Yahoo Financial API stock data, but it always fails, Same ...
Hsiao yen's user avatar
47 votes
4 answers
132k views

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 ...
user's user avatar
  • 1,761
28 votes
5 answers
51k views

I'm making my first android wear app, but I can't get Android Studio working. First I got the error "Project with path ':wear' could not be found in project ':mobile'. This was resolved by adding "...
Joost Verbraeken's user avatar
24 votes
5 answers
24k views

I'm writing a custom Android Wear application that's supposed to fire a one-off message to the connected host device (the phone). Digging through the API, I found the following tutorial that should ...
ebernie's user avatar
  • 820
23 votes
7 answers
5k views

Might be I missed something but is there any flag for knowing if the clock is round or square? I could imagine that this is important if you want to design the background of the notifications.
rekire's user avatar
  • 48.1k
22 votes
1 answer
10k views

I have an app which uses the AlarmManager to regularly wake up the phone at full hour and send a message to an Android Wear watch which than makes a short vibration. I have two users with a Samsung ...
shelll's user avatar
  • 3,413
3 votes
1 answer
8k views

I am able to access Heart Rate of User using Optical Heart rate Sensor using SensorEventListener: sensorManager.registerListener(this, sensorManager.getDefaultSensor(Sensor....
Ritu Raj's user avatar
  • 553
36 votes
9 answers
26k views

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 ...
Siddharth_Vyas's user avatar
32 votes
4 answers
37k views

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#...
user avatar
21 votes
7 answers
12k views

we release our first Wearable Application today but sadly this one isn't get installed automatically as it should. We double checked the APK and the wearable apk is present but never hits the watch. ...
onigunn's user avatar
  • 4,798
7 votes
1 answer
1k views

I want to make bidirectional data transfer between Android Wear and Handheld. All seems to be good except triggering onDataChanged on Handheld. It triggers only then I plug in\out USB cable, connected ...
Sergey Grabak's user avatar
7 votes
4 answers
7k views

I tried to build an app showing some pictures from the internet. I used a function, which works great on my Phone (Galaxy S3 - Android 4.3) but on the watch i get a java.io.EOFException exception. ...
Draagon's user avatar
  • 118
4 votes
2 answers
3k views

I'm trying to implement the Google Fit API into my android wearable application. I have followed the GoogleFitAPI online steps with registering for an OAuth ID. When trying to connect, I get an ...
AliceOS's user avatar
  • 53
3 votes
2 answers
3k views

I currently have an android wear watchface developed. I however would now like to create a settings section on the host app that would allow the user to customize the watchface. I am new to the ...
user3842670's user avatar
52 votes
3 answers
55k views

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 ...
Riekelt's user avatar
  • 753
20 votes
3 answers
15k views

I am creating a Android Wear app that has an touch area. The user is suppose to be able to move it's finger in all directions over the screen (Think touchpad on your laptop). However the back swipe ...
ui-jakob's user avatar
  • 427
18 votes
7 answers
10k views

I followed the tutorial to invoke a Wearable activity from phone, posted here How to send notification from handheld to wear to open Activity on wear device. However, I grab the source code from the ...
EyeQ Tech's user avatar
  • 7,408
13 votes
4 answers
26k views

I am having problems accessing heart rate sensor on Moto 360. I tried following things : Sensor mHeartRateSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_HEART_RATE); mSensorManager....
wonglik's user avatar
  • 1,079
9 votes
5 answers
4k views

I am trying to send a simple message from my Android wear app to my phone app using the Wearable.MessageApi. This is my onConnected callback from GoogleApiClient on the Wear device. final ...
Jin's user avatar
  • 6,155
2 votes
3 answers
342 views

Is it possible to have a notification that shows a different text (content title and content text) in the Android wear device and in the mobile device?
dors's user avatar
  • 5,942
1 vote
1 answer
726 views

Hii I want to create Custom UI for android wear notification, and not AW app. Please suggest if there are any libraries or anything available for this.
Chinmay Pingale's user avatar
1 vote
2 answers
530 views

If I'm sending some bytes using sendMessage from Huawei p9 (Android 6.0) into Android Wear (Sony) the messages are not delivered if the screen of handheld device is turned off. The notifications ...
Vyacheslav's user avatar
  • 27.3k
0 votes
1 answer
9k views

I have created android wear activity with a small button (A shortcut to activity in my mobile app). Is it possible to send a bundle request to my main app? If so how to implement the click listener? ...
TheDevMan's user avatar
  • 5,944
28 votes
2 answers
10k views

I'm using a class that I serialize in my Android Phone app, and deserialize in my Android Wear app. They are both in the same Android Studio Project, and are deployed as one. How can I share the ...
Robin Eisenberg's user avatar
23 votes
4 answers
6k views

I have an app where I'd like to add an Android Wear app extension. The main app has three build types (debug, beta and release). Beta builds have an applicationIdSuffix which allows me to install the ...
Tom's user avatar
  • 5,058
19 votes
1 answer
8k views

I'm following the same steps described here (the Google Fit client connection part is working fine). final DataType dataType=TYPE_STEP_COUNT_DELTA; DataSourcesRequest requestData = new ...
user3290180's user avatar
  • 4,420
18 votes
4 answers
2k views

I have an application that includes a wear app. All works fine on debug tested with a real device. I can alse create the release apk that packs the wear apk inside it. But only if there is only one ...
Miguel Sesma's user avatar
18 votes
3 answers
23k views

I have had a play with react native creating ios apps but have not tried android yet. With android you also get 'android wear' for watches etc, will react native work creating apps for those devices?
Andy Stannard's user avatar
17 votes
3 answers
6k views

When executing: adb -s localhost:4444 shell screenrecord /sdcard/dcim/rec.mp4 I get: ERROR: unable to create video/avc codec instance WARNING: failed at 280x280, retrying at 1280x720 ERROR: unable ...
powder366's user avatar
  • 4,461
16 votes
4 answers
7k views

I have been trying to push data to the android wear emulator. But all in vain. My listener on the emulator is not receiving any calls whatsoever. If anyone else has tried working on wear and pushing ...
iZBasit's user avatar
  • 1,323
14 votes
2 answers
8k views

I just created my first android wear app. I have two modules, mobile and wear. I have on my mobile module a dependency that points to the wear module as described on the documentation. When I generate ...
Chrystian's user avatar
  • 1,047
12 votes
2 answers
23k views

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 Play Services. I'm trying to follow the Google Play Services setup ...
Gerard's user avatar
  • 638
12 votes
2 answers
4k views

If flag "FLAG_NO_CLEAR" is used the notification gets not displayed on the Android Wear. Does anyone know why or any workaround? I didn't find any information in the documentation. I need the flag "...
chrisonline's user avatar
  • 7,159
10 votes
1 answer
6k views

I'm making an app that will work with Android Wear, And I wanted to implement a command into Google's "Ok Google" option. I saw this page: http://developer.android.com/training/wearables/apps/voice....
user3184899's user avatar
  • 3,069
7 votes
1 answer
3k views

As far as I can work out, there are two ways to set the background image for a notification in Android Wear. For the record, both start with: Bitmap bitmap; Notification.Builder bob = new ...
Sterling's user avatar
  • 6,675
6 votes
3 answers
4k views

Im trying to develop with the new Wear sdk. I have downloaded everyting needed including support libraries and set up android wear to go. the problem I have is that the project cant find the ...
Yakir Yehuda's user avatar
6 votes
2 answers
5k views

I'm getting the following error after creating a new wear app. I'm also getting this in the example app found in the sdk folder. C:\Users\Tom\AppData\Local\Android\android-studio1\sdk\samples\android-...
TWilly's user avatar
  • 4,953
6 votes
3 answers
1k views

In my Wear OS app, I used a ScalingLazyColumn to implement the List. I am also showing the Scrollbar using PositionIndicator. The reason the app is rejected is always the same. It's because the "...
DYL's user avatar
  • 63
5 votes
1 answer
6k views

I'm trying to figure out how to sync some data from the phone to the Android Wear device and I've read the article on developer.android.com on Data Items however I'm still not clear on exactly how to ...
Flatlyn's user avatar
  • 2,050
5 votes
2 answers
2k views

In short: On the Huawei Watch 2 it seems like NFC is available and enabled but NFC_FEAUTURE is not, hence nfc is not working properly. Trying to develop the ability to simply read and display NFC ...
Robin Böhm's user avatar
4 votes
4 answers
8k views

Just to be sure and have clarification of that at first, is the NFC of the Smartwatch 3 just an embedded tag or is it a theoretically fully functioning NFC-chip? Hoping it's not just a tag, we want ...
CM787's user avatar
  • 73
4 votes
2 answers
4k views

I'm new in Compose and I'm having a problem with input text field on Wear OS. The problem is that I can't get soft keyboard to work as it usually does on Android. Also, when I tried to implement the ...
Dmitry's user avatar
  • 2,816
3 votes
2 answers
1k views

I can't seem to figure out how to create an Android Wear application which would allow me to use it to take notes via built-in voice actions. I declare the intent filter as stated in Adding Voice ...
Malcolm's user avatar
  • 41.5k
2 votes
1 answer
2k views

I'm trying to access to the heart rate sensor of my LG Watch Urbane using this code on MainActivity.java: mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE); mHeartRateSensor = ...
Alejandro Castilla's user avatar

1
2 3 4 5
8