The emulator started successfully, but the deployment has been waiting, no response.
1>starting Deploy 5 "KitKat (4.4) xxhdpi Phone ...
1>starting Emulator 5 "KitKat (4.4) xxhdpi Phone ...
1>validating Emulator arguments ...
1>determining if emulator is already running ...
1>emulator is already running.
At this point, you need to open the CMD console,
Start Adb.exe, then get the IP address of your emulator, WiFi that place go in, find IP
Then enter in Adb.exe: ADB connect IP
It's OK.
However, sometimes you will encounter the input ADB connect IP command and return to ADB connect error:empty Host Name
In this note, you can first enter:
ADB kill-server "Enter"
ADB start-server "Enter"
Then enter the ADB connect IP command.
Reference: Http://stackoverflow.com/questions/31042991/android-adb-connect-empty-host-name
"Xamarin Error" Visual Studio Android Simulator deployment stuck