Emulator: failed to initialize WHPX: Function not implemented

偶尔善良 提交于 2020-12-15 06:27:31

问题


While trying to run the emulator on the android studio I am getting the following error

    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.

while running the emulator I am getting Notification as

Emulator: Process finished with exit code 0
enter code here
Emulator: failed to initialize WHPX: Function not implemented

This is my first time using the android studio.Please some one help me.


回答1:


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.



来源:https://stackoverflow.com/questions/52753271/emulator-failed-to-initialize-whpx-function-not-implemented

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!