Include MIC in genymotion / Any other good Android emulator

I am making an application using a microphone to record sound.

How to enable a microphone in a genymotion emulator?

or

Is there any other good emulator for android dev developer?

need help thanks!

+6
source share
2 answers

Genymotion can actually use your computer microphone. Depending on your computer, it sometimes does not work due to the tight support of VirtualBox.

Here's a talk about this topic in the Genymotion Google Group . You should try playing with the sound configuration on VirtualBox:

  • Open VirtualBox
  • Select a virtual machine and open its settings
  • Go to the sound tab and change the audio controller or audio pilot

Let me know what your configuration is (OS, Genymotion version).

+4
source

This emulator does not support a microphone if you are using Windows.

Genymotion developers are aware of this, they even filled in a virtual block error.

+1
source

Source: https://habr.com/ru/post/978137/


All Articles