你好我嘗試使用UIL本地操作系統畫廊加載圖像,並以下URI:UIL:從外部存儲負載圖像
/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 - 更好的方法在加載SD卡圖像](http://stackoverflow.com/questions/17420664/android-better-better-approach-in-loading-sd-card-images) –