I have Uri for Image file.
I use this code for gets file path from Uri:
public String getRealPathFromURI(Uri contentUri) { Cursor cursor = null;
Check following link is the best solution http://kaushalprajapati.net/mobile/android/android-get-the-full-file-path-from-uri/