Atsilegnav
Atsilegnav

Reputation: 1

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?

Upvotes: 0

Views: 408

Answers (2)

Veit
Veit

Reputation: 125

if you update to wear os 4 you need to pair your pc. enable remote debugging on the watch, enter adb pair {IP-Adress}:{port} {paircode}

after that if you enable remote debugging it will connect to the pc automatically (well most of the time)

Upvotes: 0

Veit
Veit

Reputation: 125

The Galaxy Watch 4 doesn't support USB debugging. Connect to a wifi, activate wifi debugging, connect with adb to the ip adress of your watch:

in my case: adb connect 192.168.0.110:5555

Upvotes: 2

Related Questions