i am setting contact image which is in the sd card,and through my application i am trying to diplay it in a list adapter.I am able to get the image uri properly. but when i am trying to set the
img.setImageURI(uri);
some times i am getting file not found exception.Even problem with converting the uri into bitmap.I have four contacts in that 2 contact with image is displaying properly,remaining two i am getting file not found exception.please help.