Can I run a application with alsa inside the android emulator?
I'm making开发者_如何学Go 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?
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
Definitely YES u can run in emulator
check using
adb shell logcat | grep alsa
精彩评论