- 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
推薦閱讀
- Lua程序設計(第4版)
- Python機器學習經典實例
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Visual Basic程序設計實踐教程
- 大話Java:程序設計從入門到精通
- Visual Basic 6.0程序設計實驗教程
- .NET 4.0面向對象編程漫談:應用篇
- Xamarin Cross-Platform Development Cookbook
- Hands-On Dependency Injection in Go
- Elasticsearch搜索引擎構建入門與實戰
- JBoss AS 7 Development
- Practical Responsive Typography
- Zend Framework 2 Cookbook
- Android從入門到精通