Android 图片保存到 SD 卡不显示在图库中
目前我有一个程序可以拍照并将其以 jpg 格式保存在 SD 卡的顶层,但它没有出现在图库中。我必须做些什么才能实现这一目标吗?
Currently I have a program that takes pictures and saves them as a jpg on the top level of the sdcard, but its not appearing in the Gallery. Is there something I must do to make it happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要调用MediaScanner以便它知道您的文件存在:
You need to call the MediaScanner so that it knows your file exists:
试试这个答案。为我工作
Try this answer. Working for me
也许有人正在“监督”它......
看看:
https://stackoverflow.com/a/5110571/371749
Maybe someone is "overseeing" it...
Take a look at:
https://stackoverflow.com/a/5110571/371749