ringa_lee
Try using the absolute path to get the path of the cropped picture, such as: File folder = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pictures/YourFolder");
Try using the absolute path to get the path of the cropped picture, such as:
File folder = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pictures/YourFolder");