获取 android 中 uri.parse() 的文件路径
我有文件的位置
D:\Android\WorkSpace\myApp\res\drawable-hdpi\image.PNG
如何获取在 uri.parse() 内使用的文件路径?
I have the location of a file,
D:\Android\WorkSpace\myApp\res\drawable-hdpi\image.PNG
how can I get the file path to use inside uri.parse()?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现使用“getPackageName()”方法更容易。所以这对我有用,
I found it much easier to use "getPackageName()" method. so here is what worked for me,
将路径传递到您的 URI 路径,如下所示。可能有两种方式:
pass the path to your URI path like as follows.may be in two ways: