简体   繁体   中英

Can I run a application with alsa inside the android emulator?

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM