Using Ubuntu 10.04 64 bits for Android development and everything goes well except sound.

I've using -audio option and -audio-out one with alsa as backend parameter, but without luck.

¿Any idea?

link|improve this question

67% accept rate
Did you find out how to solve this problem? I have stumble upon this too... – danizmax Jan 20 '11 at 13:40
Still haven't found a solution. – Juanin Dec 24 '11 at 13:15
feedback

2 Answers

Make sure you have 32bit sound packages installed if you are using a 64bit linux os, such as libalsa-plugins and libalsa-plugins-pulseaudio as well as their 64bit counterparts.

link|improve this answer
feedback

android emulator does not ship alsa but uses a wrapper qemu sound module :

Hint: /dev/eac

-- http://rzr.online.fr/q/alsa

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.