Я пытаюсь создать и запустить приложение для 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?
@VishvaDave Спасибо! Я изменил его на программное обеспечение, и теперь эмулятор открывается, остается открытым, но не отвечает.
@VishvaDave Нет "Параметры загрузки".
Попробуйте создать другое устройство, например пиксель .. сначала перезапустите студию, а затем создайте и запустите
@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)