Reputation: 309
I am trying to pair a Samsung Watch6 Classic with the latest Android Studio on a Windows box.
I've found two ways that don't work - searching for a way that does.
First way that does not work
If there are more detailed logs of why - I don't know where to find them.
Second way that does not work
Install adb platform-tools
Go to watch, tap on "Pair new device"
Issue the following commands in a CMD with admin privs
netsh interface portproxy reset
adb kill-server
adb start-server
adb pair 192.168.68.112:40297
<-- this info is now displayed on watch
It successfully pairs!
But... android studio never becomes aware of it. I have tried closing and restarting studio, but now effect.
Upvotes: 1
Views: 159