So, I am trying to set up the Android Wear Environment, I already signed up for the developers preview and I already got confirmed I have my support library, app samples, my Android Wear Preview app installed on my device etc etc. The only problem is that I can't connect the Android Wear Preview app with the emulator. I am using Android Studio and I've already tried everything and nothing works, I tried with Eclipse same result. Please help because this is the only thing holding me back. I attached an image on my Terminal so you can see the error thanks. this is the a error i get. BTW I am using adroid studio
Ronny-Perezs-MacBook-Pro:~ ronnyperez$ cd /Applications/Android\ Studio.app/sdk/platform-tools/
Ronny-Perezs-MacBook-Pro:platform-tools ronnyperez$ adb -d forward tcp:5601 tcp:5601
-bash: adb: command not found
.
in yourPATH
? If not try ./adb -d forward tcp:5601 tcp:5601 instead. – HHK