I want to use Visual Studio Emulator for Android but whenever I try to start it it fails.
The final part of the Log is:
Visual studio (2015) emulator for android not working - XDE.exe - Exit Code 3
Follow the steps in above URL, it's also doesn't work.
Then I do the steps below, it's work!
Uninstall all net work adapter in device manager, reboot computer.
Open Visual Studio Emulator for Android, click "Uninstall profile" of the device you want to lunch, then click "Install profile" to reinstall it. Now, lunch the device, it should work.
Looks like a problem with Hyper-V. You may want to try the following (in order):*
*note that #2 was the solution that worked for kr85
This error took me weeks to finally resolve. The above solutions did not work for me when doing only what was mentioned. Finally I did all of the following which resolved my issue.
Installed the Emulator again and it worked!!!
In the log file you've got:
27.9.2015. 11:10:47: [Critical] XDE Path: C:\Program Files (x86)\Microsoft XDE\10.0.10240.0\xde.exe
27.9.2015. 11:10:47: [Critical] XDE Arguments: /sku Android /displayName "VS Emulator 10.1\" Lollipop (5.1.1) XHDPI Tablet" /memSize 2048 /diagonalSize 10.1 /video "2560x1600" /vhd "C:\Users\Miro\AppData\Local\Microsoft\VisualStudioEmulator\Android\Containers\Local\Devices\vhd\10.1_Lollipop_(5.1.1)_XHDPI_Tablet\image.vhd" /name "VS Emulator 10.1-inch Lollipop (5.1.1) XHDPI Tablet.miro" /noStart /silent
If you run that command manually in Command Prompt, but without the /noStart and /silent flags, it will tell you why it can't create the virtual switch.
Upgrade the network adapter drivers (I didn't even need to uninstall it) and restart the computer