我無法運行android的visual studio模擬器。按下設備配置文件的綠色播放按鈕時,我得到這個錯誤:用於android錯誤的多個視覺工作室模擬器
We encountered a problem while launching this device. Please try again or see log file for details.
這裏是日誌:
26.08.2015 22:24:32: [Informational] Waiting to launch device...
26.08.2015 22:24:32: [Informational] Launching Device: 5" KitKat (4.4) XXHDPI Phone
26.08.2015 22:24:32: [Informational] Validating emulator arguments...
26.08.2015 22:24:32: [Informational] Determining if emulator is already running...
26.08.2015 22:24:32: [Informational] Preparing virtual machine...
26.08.2015 22:24:33: [Critical] An error occured while creating 'VS Emulator 5" KitKat (4.4) XXHDPI Phone' device.
26.08.2015 22:24:33: [Critical] XDE Path: C:\Program Files (x86)\Microsoft XDE\10.0.10240.0\xde.exe
26.08.2015 22:24:33: [Critical] XDE Arguments: /sku Android /displayName "VS Emulator 5\" KitKat (4.4) XXHDPI Phone" /memSize 2048 /diagonalSize 5 /video "1080x1920" /vhd "C:\Users\Александр\AppData\Local\Microsoft\VisualStudioEmulator\Android\Containers\Local\Devices\vhd\5_KitKat_(4.4)_XXHDPI_Phone\image.vhd" /name "VS Emulator 5-inch KitKat (4.4) XXHDPI Phone.александр" /noStart /silent
26.08.2015 22:24:33: [Critical] XDE Exit Code: InvalidArguments (3)
的Windows Phone模擬器運行完美。修復和重新安裝模擬器沒有幫助。檢查過,我是Hyper-V管理員組的成員。
UPD1: 無論如何,我設法運行模擬器。我從沒有2個最後一個參數的命令提示符啓動它:「/ noStart/silent」。然後我看到一個關於配置互聯網連接的對話框並按下了「NO」。模擬器成功啓動。 也許問題出在Hyper-V管理器的某個地方 - >虛擬交換機?我有10個相同的虛擬交換機,無法刪除它們:「刪除虛擬以太網交換機時失敗」。
UPD2: 現在,我的unity3d應用程序不起作用。我通過drag'n'drop部署它,然後按它的圖標並出現黑屏。是否因爲模擬器互聯網連接錯誤?
我不知道,我可以在windows 10中增加hyper-v的內存,但是我仍然設法運行模擬器,看看「UPD1」 – user3125174