【发布时间】:2014-07-20 22:59:54
【问题描述】:
您好,我正在尝试使用 UIL 和以下 uri 从本机操作系统库加载图像:
/storage/emulated/0/DCIM/Camera/IMG_20140713_103602.jpg
我得到了:
UIL doesn't support scheme(protocol) by default [/storage/emulated/0/DCIM/Camera/IMG_20140713_103602.jpg]. You should implement this support yourself (BaseImageDownloader.getStreamFromOtherSource(...))
java.lang.UnsupportedOperationException: UIL doesn't support scheme(protocol) by default [/storage/emulated/0/DCIM/Camera/IMG_20140713_103602.jpg]. You should implement this support yourself (BaseImageDownloader.getStreamFromOtherSource(...))
任何建议我如何加载这样的图像?
【问题讨论】:
标签: android universal-image-loader