Reputation: 21
I am working with android studio everything was working perfectly but then I decided to try sqlite3 with android studio and in my first basic app i am getting emulator error like
16:50 Emulator: dsound: Could not initialize DirectSoundCapture
16:50 Emulator: dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
16:50 Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
16:50 Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
16:50 Emulator: audio: Failed to create voice `goldfish_audio_in'
16:50 Emulator: C:\Users..\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe: warning: opening audio input failed
Upvotes: 1
Views: 5291
Reputation: 1
turn on microphone on windows 10 and install direct x if you dont have input audio? intall virtual audio cable
Upvotes: 0
Reputation: 21
so I got the solution for that
Upvotes: 1