Android Studio 仿真器:初始化WHPX失败:函数未实现

pkln4tw6  于 2022-12-04  发布在  Android
关注(0)|答案(1)|浏览(206)

当尝试运行模拟器上的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工作室,请帮助我。

w8biq8rn

w8biq8rn1#

出现与“Emulator:无法初始化WHPX:函数未实现”
将Android模拟器更新为最新更新和Android SDK平台工具
我发现它根本就没有安装,不管什么原因。
要将其添加到Android Studio安装中,请转到Tools-〉Android-〉SDK Manager,选择SDK Tools选项卡,然后确保选中Android Emulator。

相关问题