No Sound coming from Android Emulator

拥有回忆 提交于 2019-12-03 10:51:17
Regis St-Gelais

I have a similar issue and I posted a similar question some time ago. See my question for more information.

MediaPlayer no longer working on the emulator since r10?

Hope this helps.

in ubuntu 16.04 start emulator;go to ubuntu SystemSettings/Sound/Applications uncheck mute checkbox and set cursor at middle.

For OS X the Android Emulator uses the settings for "Sound Effects" so this is what I had to do to fix my issue:

  1. Click the Apple icon in the top left, then click on System Preferences
  2. Click on Sound
  3. Click on "Sound Effects"
  4. Set "Play sound effects through" to "Selected sound output device"
  5. Set the Alert volume almost at max.

Somehow this had changed to use my monitors instead.

The solution on ubuntu 16.04 was going to System settings->Sound->Application tab
Then unmuting the Qemu-system... and increasing the volume

On Debian 8 , you should open qemu-system after android emulator launching

my apps working fine with sound suddenly it stop sound because of some code changed. all other app sound also stopped then i did below step now it is fine

try below

go to android emulator 1.close the program 2.setting -> sound -->volumes ->increase sound value in music video games and other media it will work

I had the same problem : in a terminal, type pavucontrol (when emulator is running) and another application using sound, that works, is running too (on pause).

Check if quemu-system and the other application use the same soundcard... In my case, this was the problem :quemu system was using a non working internal soundcard.

On On Kubuntu , you should increase the playback stream of qemu-system after android emulator launching

Lune

Try pressing F6. I had a hard time to figuring this out.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!