IceRD
@IceRD

Ошибка запуска виртуального устройства в Android Studio. Как можно исправить?

Перестала запускаться эмуляция виртуального устройства в 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: emulator: ERROR: Invalid GPU mode 'angle9', use one of: host swiftshader_indirect. If you're already using one of those modes, the emulator installation may be corrupt. Please re-install the emulator. angle angle_indirect mesa swiftshader swiftshader_indirect

Emulator: emuglConfig_init: Invalid GPU mode 'angle9', use one of: host swiftshader_indirect. If you're already using one of those modes, the emulator installation may be corrupt. Please re-install the emulator. angle angle_indirect mesa swiftshader swiftshader_indirect

Emulator: emulator: ERROR: OpenGLES emulation failed to initialize. Please consider the following troubleshooting steps:

Emulator: Process finished with exit code -1073741819 (0xC0000005)


ОС: Windows 10
Processor: Xeon x5460
Android studio: 3.4.1
HAXM: 7.5.1
Config:
spoiler
AvdId = Pixel_2_API_26
PlayStore.enabled = true
abi.type = x86
avd.ini.displayname = Pixel 2 API 26
avd.ini.encoding = UTF-8
disk.dataPartition.size = 6442450944
fastboot.chosenSnapshotFile =
fastboot.forceChosenSnapshotBoot = no
fastboot.forceColdBoot = no
fastboot.forceFastBoot = yes
hw.accelerometer = yes
hw.arc = false
hw.audioInput = yes
hw.battery = yes
hw.camera.back = virtualscene
hw.camera.front = emulated
hw.cpu.arch = x86
hw.cpu.ncore = 2
hw.dPad = no
hw.device.hash2 = MD5:55acbc835978f326788ed66a5cd4c9a7
hw.device.manufacturer = Google
hw.device.name = pixel_2
hw.gps = yes
hw.gpu.enabled = yes
hw.gpu.mode = auto
hw.initialOrientation = Portrait
hw.keyboard = yes
hw.lcd.density = 420
hw.lcd.height = 1920
hw.lcd.width = 1080
hw.mainKeys = no
hw.ramSize = 1536
hw.sdCard = yes
hw.sensors.orientation = yes
hw.sensors.proximity = yes
hw.trackBall = no
image.sysdir.1 = system-images\android-26\google_apis_playstore\x86\
runtime.network.latency = none
runtime.network.speed = full
sdcard.size = 512M
showDeviceFrame = yes
skin.dynamic = yes
skin.name = pixel_2
tag.display = Google Play
tag.id = google_apis_playstore
vm.heapSize = 256

Пробовал обновлять драйвера, полностью переустанавливал Android Studio и SDK
  • Вопрос задан
  • 422 просмотра
Пригласить эксперта
Ответы на вопрос 1
@Revertis
Android разработчик
Удалось в итоге найти решение?
У меня такая же фигня произошла. Решил поиграться с настройками режимов GPU в настройках эмулятора, в итоге ни одна конфигурация не грузится, и в те настройки больше не попасть.
И непонятно, где хранится этот "angle9".
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы