播放音频文件存储Android应用程序的应用程序路径
我正在尝试播放存储在应用程序路径中的 wav 文件,但收到类似 Media Player error(-38,0) 的错误。它说媒体播放器无效
当我存储在 sdCard 媒体播放器中时,相同的文件播放它没有任何错误
听到是我从应用程序路径获取文件的代码
File sourceFile=new File(context.getApplicationContext().getFilesDir().getAbsolutePath() +“/source.wav”);
I am trying to play a wav file which I have stored in application path but i am getting error like Media Player error(-38,0) . It says Media Player invalid
The same file when i store in sdCard Media Player plays it without any error
Hear is my code for getting the file from Application path
File sourceFile=new File(context.getApplicationContext().getFilesDir().getAbsolutePath()+"/source.wav");
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个网址 http://www.bogotobogo.com/Android/android24MediaB.html#AudioPlay< /a>
try this url http://www.bogotobogo.com/Android/android24MediaB.html#AudioPlay