Questions tagged [samsung-galaxy-watch-4]
33 questions
0
votes
1 answer
Why am I getting SecurityException in WearableActivityController.onDestroy in WearOS on Samsung Watch 4?
This exception happens when a parent class is called from my WearOS main activity derived from WearableActivity:
class MainActivity() : WearableActivity(),
CapabilityClient.OnCapabilityChangedListener {
...
override fun onDestroy()…

Oleg Gryb
- 5,122
- 1
- 28
- 40
0
votes
1 answer
Google fit api doesn't work on galaxy watch 4
I'm developing app for watch 4 and I want to use google fit api, but it doesn't work.
When I try to create recording, sensors, history and other clients and subscribe to the sensors (ex: OXYGEN_SATURATION or STEP_COUNT or TYPE_HEART_RATE_BPM ) (by…

Maksim Ilyin
- 13
- 3
0
votes
1 answer
Connect Galaxy Watch4 with Andorid Studio on Windows 10
I have developed an app for WearOs and I want to test it on a galax Watch4 but I can not connect it to my PC. I mean android studio does not recognize that my device is connected via USB to the pc. Someone with the same issue?
How can I solve it?