I am trying to connect a wearable emulator with 4.4 Android phone following the documentation, however when i forward adb using the command adb -d forward tcp:5601 tcp:5601
nothing happens, and the screen gets stuck on this, clicking on "skip and finish setup" does nothing as well.
i tried:
changing the USB port
restarting both devices (emulator and phone)
using
adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
making sure i am using the correct SDK file
Does anyone know what might be the problem?