我使用的是带有20H2更新的Windows 10 x64。我最近第一次安装了Android。我正在尝试运行模拟器,但是我一直在GUI中得到以下错误:
“模拟器进程Pixel_4_XL_API_30被杀死。”
做了大量的研究,并尝试了几次修复,但仍然无法运行模拟器。我希望获得关于该错误的更多细节,所以我在命令提示中运行它,并得到以下结果:
C:\Users\fmaz008>C:\Users\fmaz008\AppData\Local\Android\Sdk\emulator\emulator.exe -avd Pixel_4_XL_API_30
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: WARNING: Not all modern X86 virtualization features supported, which introduces problems with slowdown when running Android on multicore vCPUs. Setting AVD to run with 1 vCPU core only.
emulator: ERROR: VkCommonOperations.cpp:541: Failed to create Vulkan instance.
Failed to open /qemu.conf, err: 2
HAX is working and emulator runs in fast virt mode.
VCPU shutdown request
deleteSnapshot: for default_boot
回波#> c:\qemu.conf
这消除了错误,但是仿真器在从GUI开始时仍然关闭,产生相同的错误。命令提示符的输出现在如下:
C:\Users\fmaz008>C:\Users\fmaz008\AppData\Local\Android\Sdk\emulator\emulator.exe -avd Pixel_4_XL_API_30 -no-snapshot -cores 1
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.
HAX is working and emulator runs in fast virt mode.
VCPU shutdown request
emulator: WARNING: Not saving state: RAM not mapped as shared
你知道为什么模拟器一直关闭,为什么GUI说这个过程会被扼杀吗?
其他详情:
H 130
我的用户文件夹中没有任何奇怪的字符,在windowsH 231H 132>/code>我的AVD设置为冷引导,图形是自动的,多核处理器是unchecked.
SDK工具:
Android构建Tools
Android仿真程序30.2.6
Android SDK平台工具30.0.5
Intel x86仿真加速器(HAXM安装程序) 7.5.6
发布于 2020-12-07 03:08:19
原来我的CPU太老了,与HAXM不兼容。(尽管传递了校验工具软件),我最终还是使用了BlueStack,并在首选项中检查了亚行选项。
在android演播室工作之前就开始学习bluestack了。
https://stackoverflow.com/questions/65063930
复制相似问题