- 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
推薦閱讀
- Learning ArcGIS Pro 2
- Twilio Best Practices
- Instant QlikView 11 Application Development
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Scala編程實戰(原書第2版)
- 數據結構習題解析與實驗指導
- 軟件測試教程
- Programming with CodeIgniterMVC
- Django 3.0入門與實踐
- Python數據可視化之美:專業圖表繪制指南(全彩)
- PHP 8從入門到精通(視頻教學版)
- Software Development on the SAP HANA Platform
- Python預測分析與機器學習
- Microsoft HoloLens By Example
- Java面試一戰到底(基礎卷)