There is a code:
try { FileOutputStream fos = new FileOutputStream("/sdcard/Android/data/ru.vspr/data/sct.jpg"); mBitmap.compress(Bitmap.CompressFormat.JPEG, 100, fos) } catch(Exception ex) {} Why not create a folder and file (by default they are missing)? Everything works if you select / sdcard / as the path. How to solve this problem?
File.mkdirs()- falstaf