I am trying to connect android watch with my computer over wifi and bluetooth . I want to nstall the wearable apk on my moto 360 as I am developing watch app. In both cases after the command
adb devices
it only displays my connected android phone, and no watch.
For wifi
- I connect my laptop and android watch in same network.
- Go to settings in watch.
- Developer options
- Enable debugging overwifi.
- Note down the address.
- adb connect 192.168.0.*
- adb shows connected and my port.
- Then do command adb devices
- It won't show anything, same with case of bluetooth.
Am I missing out on something ?
Thanks.