【发布时间】:2018-12-06 12:44:41
【问题描述】:
在尝试运行创建的 Android 项目时,我遇到错误,即使模拟器成功启动,项目也无法在模拟器上启动。
错误:
6:04 PM Emulator: dsound: Could not initialize DirectSoundCapture
6:04 PM Emulator: dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
6:04 PM Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
6:04 PM Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
6:04 PM Emulator: audio: Failed to create voice `goldfish_audio_in'
6:04 PM Emulator: %PATH%\qemu\windows-x86_64\qemu-system-x86_64.exe: warning: opening audio input failed
6:04 PM Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
6:04 PM Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
6:04 PM Emulator: audio: Failed to create voice `adc'
6:04 PM Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
6:04 PM Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
6:04 PM Emulator: audio: Failed to create voice `adc'
【问题讨论】:
-
你应该插入一个麦克风,第一次运行模拟器,它会解决。之后,您可以断开麦克风。还有
标签: android-emulator