Question

I'm making my own image to run on the Android Emulator. Within this image I have a application that wants to use alsa for sound. Is this possible withing the Android Emulator?

With adb push I send over aplay. And with aplay -l I get a message that there are no sound devices available.

Any idea how I can do this?

Was it helpful?

Solution

Definitely YES u can run in emulator

check using

adb shell logcat | grep alsa

OTHER TIPS

There is no ALSA in the Android emulator. It uses its own /dev/eac pseudo device → http://www.mail-archive.com/android-porting@googlegroups.com/msg04355.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top