0

尝试在 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。请有人帮助我。

4

1 回答 1

0

Had the same error that "Emulator: failed to initialize WHPX: Function not implemented"

Updated Android Emulater to latest update and Android SDK Platform-Tools

I found that it was simply not installed, for whatever reason.

To add it to the Android Studio installation, go to Tools->Android->SDK Manager, select the SDK Tools tab, then ensure that Android Emulator is selected.

于 2018-11-17T23:38:32.397 回答