android:如何在应用程序文件夹中存储音频文件

发布于 2024-11-27 23:46:42 字数 161 浏览 0 评论 0原文

我在我的应用程序中使用 StatusBarNotification。我想在通知到达时播放一些特定的声音。所以我打算将声音文件存储在应用程序文件夹中。但我不确定在哪里存储这个 .mp3 文件。是在res文件夹下吗?我也想知道如何从应用程序播放这个文件。

请帮助我...

谢谢..

I am using StatusBarNotification in my application. I want to play some particular sound when the notification arrives. So I planned to store the sound file in the application folder. But I am not sure, where to store this .mp3 file. Is it within the res folder? I and also I want to know how to play this file from the application.

Please help me...

Thank you..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

思慕 2024-12-04 23:46:42

您需要将其存储在 /res/raw 文件夹中。看看这个链接:
http://developer.android.com/guide/topics/media/index.html

You will want to store this in the /res/raw folder. Take a look at this link:
http://developer.android.com/guide/topics/media/index.html

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