No se encontró el acelerador: no se pudo crear HAX VM

No puedo iniciar ningún emulador en Android Studio. Cuando intento iniciar un emulador, aparece el siguiente error:

Failed to create vm ffffffff
Failed to create HAX VM
No accelerator found.
failed to initialize HAX: Invalid argument
Hax is enabled
Hax ram_size 0x80000000`

Desinstalé Intel HAXM, lo instalé nuevamente, reinicié el estudio de Android, probé diferentes imágenes del sistema y modifiqué el espacio dinámico para el emulador. He probado diferentes imágenes de dispositivos, diferentes niveles de API, y he intentado cambiar el rendimiento emulado de automático a hardware y software en vano. Nada de lo que he intentado ha funcionado. Aquí están los detalles de mi emulador:

Name: Nexus_6P_API_23
CPU/ABI: Google APIs Intel Atom (x86)
Path: /Users/mobile/.android/avd/Nexus_6P_API_23.avd
Target: google_apis [Google APIs] (API level 23)
Skin: nexus_6p
SD Card: /Users/mobile/.android/avd/Nexus_6P_API_23.avd/sdcard.img
hw.lcd.density: 560
hw.dPad: no
avd.ini.encoding: UTF-8
hw.camera.back: none
disk.dataPartition.size: 800M
hw.gpu.enabled: yes
runtime.network.latency: none
hw.keyboard: yes
runtime.network.speed: full
hw.device.hash2: MD5:9b564b60b1aebee32c73ded9daa1e620
hw.ramSize: 2048
tag.id: google_apis
tag.display: Google APIs
hw.sdCard: yes
hw.device.manufacturer: Google
hw.mainKeys: no
hw.accelerometer: yes
hw.trackBall: no
hw.device.name: Nexus 6P
hw.sensors.proximity: yes
hw.gpu.mode: auto
hw.battery: yes
AvdId: Nexus_6P_API_23
image.sysdir.1: system-images/android-23/google_apis/x86/
hw.sensors.orientation: yes
hw.audioInput: yes
hw.camera.front: none
hw.gps: yes
avd.ini.displayname: Nexus 6P API 23
vm.heapSize: 1028
image.androidVersion.api: 23
runtime.scalefactor: auto

Siguiendo las instrucciones de los documentos de Intel, ejecuté el comandokextstat | grep intel para verificar la instalación de HAXM y obtuve el siguiente retorno:

154 0 0xffffff7f82ae4000 0x14000 0x14000 com.intel.kext.intelhaxm (6.0.3) <7 5 4 3 1>

Respuestas a la pregunta(4)

Su respuesta a la pregunta