Visual Studio Emulator for Android - An internal virtual network switch is required for emulated devices to run

后端 未结 5 1073
无人及你
无人及你 2020-12-29 15:51

Problem

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:



        
5条回答
  •  Happy的楠姐
    2020-12-29 16:15

    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.

提交回复
热议问题