我可以在 Android 模拟器中运行带有 alsa 的应用程序吗?
我正在制作自己的映像以在 Android 模拟器上运行。在此图像中,我有一个应用程序想要使用 alsa 来发出声音。 Android 模拟器可以实现这一点吗?
使用 adb Push 我通过 aplay 发送。使用 aplay -l 我收到一条消息,表明没有可用的声音设备。
知道我该怎么做吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Android模拟器中没有ALSA。它使用自己的 /dev/eac 伪设备 → http:// www.mail-archive.com/[电子邮件受保护]/msg04355.html
There is no ALSA in the Android emulator. It uses its own /dev/eac pseudo device → http://www.mail-archive.com/[email protected]/msg04355.html
绝对是的,您可以
使用
adb shell logcat 在模拟器中运行检查 | grep 阿尔萨
Definitely YES u can run in emulator
check using
adb shell logcat | grep alsa