Эмулятор Android Studio не запущен

Я пытаюсь создать и запустить приложение для Android в студии Android. (Я просто тестирую его, поэтому создал проект «Пустое действие».) Когда я создаю и запускаю приложение на эмуляторе, эмулятор вылетает со следующими ошибками:

3/29/2018
10:43 PM    Executing tasks: [:app:assembleDebug]

10:43 PM    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.

10:43 PM    Emulator: init: Could not find wglGetExtensionsStringARB!

10:43 PM    Emulator: getGLES2ExtensionString: Could not find GLES 2.x config!

10:43 PM    Emulator: Failed to obtain GLES 2.x extensions string!

10:43 PM    Emulator: Could not initialize emulated framebuffer

10:43 PM    Emulator: audio: Failed to create voice `goldfish_audio_in'

10:43 PM    Emulator: qemu-system-x86_64.exe: warning: opening audio input failed

10:43 PM    Emulator: audio: Failed to create voice `adc'

10:43 PM    Emulator: emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.

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

10:44 PM    Gradle build finished in 10s 924ms

10:44 PM    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.

10:44 PM    Emulator: init: Could not find wglGetExtensionsStringARB!

10:44 PM    Emulator: getGLES2ExtensionString: Could not find GLES 2.x config!

10:44 PM    Emulator: Failed to obtain GLES 2.x extensions string!

10:44 PM    Emulator: Could not initialize emulated framebuffer

10:44 PM    Emulator: audio: Failed to create voice `goldfish_audio_in'

10:44 PM    Emulator: qemu-system-x86_64.exe: warning: opening audio input failed

10:44 PM    Emulator: audio: Failed to create voice `adc'

10:44 PM    Emulator: emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.

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

Что я делаю не так и как запустить приложение для Android?

stackoverflow.com/a/48801118/8089770
Vishva Dave 30.03.2018 07:48
stackoverflow.com/a/48031415/8089770
Vishva Dave 30.03.2018 07:48
stackoverflow.com/questions/11407501/…
Ankita 30.03.2018 07:49
stackoverflow.com/questions/30686324/…
Ankita 30.03.2018 07:49

@VishvaDave Спасибо! Я изменил его на программное обеспечение, и теперь эмулятор открывается, остается открытым, но не отвечает.

Horay 30.03.2018 07:59

@VishvaDave Нет "Параметры загрузки".

Horay 30.03.2018 08:00

Попробуйте создать другое устройство, например пиксель .. сначала перезапустите студию, а затем создайте и запустите

Vishva Dave 30.03.2018 08:21

@VishvaDave Эмулятор не отвечает со следующей ошибкой Emulator: emulator: ERROR: Missing initial data partition file: C:\Users\simch\.android\avd\Pixel_XL_API_27.avd/userdata.img 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: audio: Failed to create voice goldfish_audio_in 'Эмулятор: qemu-system-x86_64.exe: предупреждение: не удалось открыть аудиовход Эмулятор: аудио: не удалось создать голос adc' Emulator: Process finished with exit code -805306369 (0xCFFFFFFF)

Horay 30.03.2018 08:48
google.co.in/…
Vishva Dave 30.03.2018 08:50
0
9
2 984
0

Другие вопросы по теме