如何获取位于资产中的文件的 uri
如何获取位于 asset.txt 中的文件的 uri?有没有办法获取资产文件的 uri?
how can I get uri of a file that located in assets. is there any way to get uri for a asset file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
试试这个:
Try this:
不存在“资产文件夹中存在的文件的绝对路径”。
您可以使用 AssetManager 对象来获取 InputStream
There is no "absolute path for a file existing in the asset folder".
You can use AssetManager object to get an InputStream
你可以通过这种方式::
you can get by this way::