[ while opening AVD Manager getting
Emulator: qemu-system-i386.exe: warning: opening audio input failed
Emulator: audio: Failed to create voice `adc'
Emulator: audio: Failed to create voice `adc' got this error ? How to remove error ? ]1
One option, following @palehorse's terse clue, is to edit your AVD's config.ini to disable audio.
Android Studio > Tools > AVD manager ...
Against your (previously setup) Virtual Device > Actions > Down arrow [Click it] > Show on Disk ...
This will take you to a directory like C:\Users\<username>\.android\avd\my_API_29_-_Android_10.avd
In that directory edit config.ini
Replace ...
hw.audioInput=yes
... with ...
hw.audioInput=no
hw.audioOutput=no
An entry for hw.audioOutput
did not previously exist.
Restart the emulator a few times to get rid of lingering error messages.
See Android AVD set custom hardware for other ways to disable audio.
Go to Sdk -> emulator -> lib
and then open configuration settings named hardware properties, find the hw.AudioInput
field and set default to no
:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With