- 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
推薦閱讀
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- 老“碼”識途
- Building a Quadcopter with Arduino
- ASP.NET 3.5程序設計與項目實踐
- Highcharts Cookbook
- 寫給程序員的Python教程
- Lift Application Development Cookbook
- Training Systems Using Python Statistical Modeling
- Akka入門與實踐
- C語言程序設計
- 陪孩子像搭積木一樣學編程:Python真好玩+Scratch趣味編程(全2冊)
- Learning Java Lambdas
- Android Application Programming with OpenCV 3
- 面向對象程序設計教程(C#版)