android:如何在应用程序文件夹中存储音频文件
我在我的应用程序中使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将其存储在 /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