Android Wear Projects
上QQ阅读APP看书,第一时间看更新

Enable Bluetooth debugging

We need to ensure debugging is enabled in developer options, as follows:

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.