Not able to connect Android Wear Emulator with Device
android, wear-os
Solution
@Lance Nanek basically helped me solved this problem. In case you had the similar problem, these steps might be helpful.
run 'adb devices' , you should see two devices, one is your emulator, the other is your device with Android Wear Preview app installed.
you might see your emulator offline, if so, kill the emulator. From avd, start it, carefully uncheck 'launch from snapshot' - this is contrast to Android Wear Get started instruction: "Start the AVD again, but select Launch from snapshot and deselect Save to snapshot."
- run 'adb devices' again, make sure you do see two devices online
- run command 'adb -d forward tcp:5601 tcp:5601'
- from the android wear preview app, tape connect, you should be ready to go.
Problem
I am not able to connect Android Wear Emulator with my device.I have HTC One device which has 4.4 (KitKat OS). I follow below link : Setting up Android Wear But, when I execute the line adb -d forward tcp:5601 tcp:5601 through command prompt,nothing happens.Android Wear emulator does not show device connected. Note : I am able to launch the Android Wear Preview app successfully in my device and Notifications settings is also enabled. Any help will be appreciated.