我搜索了很多但无法找到任何从原始文件夹中获取mp3文件的解决方案。
如何从Android中的原始文件夹中获取播放mp3的本地mp3路径。
我正在使用" react-native-audio-streaming"模块。
this.chalisa =' ./ song / shree_hanuman_ji_ki_aarti.mp3'
一点也不运气:(
答案 0 :(得分:1)
如果你想拥有真实路径,那么请复制从
中获取的流ContentResolver.openInputStream()
您可以在此处阅读https://commonsware.com/blog/2016/03/15/how-consume-content-uri.html
话虽如此,我发现当你只想抓住你想要的路径https://github.com/luisfuertes/react-native-file-picker
时,这个原生插件会有所帮助。希望有所帮助。