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<
Stuck with the same a while ago. It appeared that Google updated their Android Wear app. After installing the new version I was able to connect successfully to wear through its interface (as long as I used device with android 4.3+ and adb -d forward tcp:5601 tcp:5601 command)
I was getting suck on "Connecting to Emulator", but I fixed it by using an Android Wear ARM virtual device instead of an x86 one.
Android Wear using Genymotion For people who does not have a phone with Android 4.3 or above, we can not try the Android Wear Preview. :'( And here is a way you can try, use Genymotion Nexus 4 or any other emulator with Android 4.3 or Android 4.4 and it works!
Setup a Nexus 4 with Android 4.3 in Genymotion. Start both the Nexus 4 and Android Wear emulator. You should first install Google Play Services on the Nexus 4: Download the zip file Drag it into the Nexus 4 Reboot the device, and now you are able to install "Android Wear Preview" on Play Store Open Terminal, use adb tools: adb devices you shoud see 2 devices, adb -s [device name of Nexus 4] forward tcp:5601 tcp:5601 Done!