我可以在 Android 模拟器中运行带有 alsa 的应用程序吗?

发布于 2024-10-14 05:42:03 字数 170 浏览 2 评论 0原文

我正在制作自己的映像以在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

感受沵的脚步 2024-10-21 05:42:03

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

秉烛思 2024-10-21 05:42:03

绝对是的,您可以

使用

adb shell logcat 在模拟器中运行检查 | grep 阿尔萨

Definitely YES u can run in emulator

check using

adb shell logcat | grep alsa

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文