当我尝试在android studio上运行模拟器时,我得到了以下错误
Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
Emulator: failed to initialize WHPX: Function not implemented
Emulator: Warning: requested RAM 1536M too high for your system. Reducing to maximum supported size 512M
Emulator: qemu-system-x86_64.exe: Could not load library WinHvPlatform.dll.在运行仿真器时,我收到如下通知
Emulator: Process finished with exit code 0
enter code here
Emulator: failed to initialize WHPX: Function not implemented这是我第一次使用android studio.Please,谁来帮帮我。
发布于 2018-11-18 07:38:32
出现与"Emulator: failed to initialize WHPX: Function not implemented“相同的错误
更新Android Emulater至最新更新和Android SDK平台-工具
我发现它根本没有安装,不管是什么原因。
要将其添加到Android Studio安装,请转到Tools-> Android ->SDK Manager,选择SDK Tools选项卡,然后确保选择Android Emulator。
https://stackoverflow.com/questions/52753271
复制相似问题