我有一個從相機拍攝的圖像作爲「file:///storage/emulated/0/Pictures/Colony_Quantifier/IMG_20160523_204353.jpg」。在ImageView中顯示Uri Android
雖然我試圖在ImageView中顯示該圖像,但無論在互聯網中建議哪種選項,我都無法做到這一點。
Uri uri = Uri.parse("file:///storage/emulated/0/Pictures/Colony_Quantifier/IMG_20160523_204353.jpg");
imgCaptured.setImageURI(uri);