- Android Wear Projects
- Ashok Kumar S
- 84字
- 2021-07-15 17:17:55
Debugging over Wi-Fi
Make sure your watch has the developer options enabled. Debugging over Wi-Fi is possible only when the Wear device and machine are connected to the same network.
- In the Wear device developer option, tap on Debug over Wi-Fi
- The watch will display its IP address (for example, 192.168.1.100). Keep a reference; we need this for the next step.
- Connect the debugger to the device
- Using the following command, we can attach the actual device to the ADB debugger:
adb connect 192.168.1.100