我已经尽了最大努力使用这里提供的解决方案来解决这个问题,但到目前为止都没有奏效。请帮助我解决这个错误。模拟器崩溃...
init: Could not find wglGetExtensionsStringARB!
emulator: WARNING: Crash service did not start
emulator: WARNING: encryption is off
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.
Hax is enabled
Hax ram_size 0x20000000
path C:\Users\Abid\.android\avd\Nexus_5X_API_23.avd\system.img.qcow2
HAX is working and emulator runs in fast virt mode.
emulator: WARNING: The -scale flag is obsolete and will be ignored.发布于 2017-11-02 19:19:49
您可以使用genymotion作为仿真器。它提供了所有的api版本,你可以免费下载它。用于下载genymotion模拟器的链接:要在其中使用google play商店的https://www.genymotion.com/,我们需要安装一些额外的东西
发布于 2017-11-02 19:19:57
我认为您的计算机不支持英特尔虚拟化技术,或者BIOS中未启用该技术。
创建一个新的仿真器并选择arm而不是x86/x64。无需硬件虚拟化的ARM映像
创建虚拟设备->选择硬件->系统映像(转到其他映像选项卡)->Select one。
https://stackoverflow.com/questions/47073807
复制相似问题