2017年5月31日 星期三

Visual Studio 2017 Android Emulator vs Docker for Windows

HW: ASUS X450J OS: Windows 10 Edu x64 1703

1. Docker for windows is running after startup by default setting.
2. The emulator can not work after installation of docker for windows.
3. Actions:
3.1  bcdedit /set hypervisorlaunchtype off
3.2  Download hyper-V Android emulator and install it
https://www.visualstudio.com/zh-hant/vs/msft-android-emulator/?rr=https%3A%2F%2Fwww.google.com.tw%2F
3.3 Re-start Windows 10
3.4  Docker was fail to startup and VS 2017 shows "VisualStudio"AndroidEmulatiomn
4. Notes: the App1 was installed in the emulation, it should be uninstalled before you deploy the app in the same name as App1.

















5. bcdedit /set hypervisorlaunchtype auto start
5.1 Reboot
5.2 Docker works again.