- Android Wear Projects
- Ashok Kumar S
- 97字
- 2021-07-15 17:17:55
Enable Bluetooth debugging
We need to ensure debugging is enabled in developer options, as follows:
- Enable Debug over Bluetooth
- Install the companion app on the phone (download it from https://play.google.com/store/apps/details?id=com.google.android.wearable.app&hl=en)
- Go to settings in the companion app
- Enable debugging over Bluetooth
- Connect the phone to the machine through the cable
- You can use the following commands to establish the connection:
adb forward tcp:4444 localabstract:/adb-hub
adb connect 127.0.0.1:4444
In your Android Wear, just allow ADB Debugging when it asks.
Now that we have a working setup of our development environment, let's understand the basic Android Wear-specific UI components.
推薦閱讀
- JBoss Weld CDI for Java Platform
- Learning Python Web Penetration Testing
- INSTANT OpenCV Starter
- Vue.js入門與商城開發實戰
- INSTANT CakePHP Starter
- CouchDB and PHP Web Development Beginner’s Guide
- PHP+MySQL網站開發項目式教程
- C語言實驗指導及習題解析
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- BeagleBone Black Cookbook
- Python 3.7從入門到精通(視頻教學版)
- Illustrator CS6設計與應用任務教程
- WCF技術剖析(卷1)
- Get Your Hands Dirty on Clean Architecture
- PHP Microservices