I need again your help please!!
I\'ve an android application that write/read files to/from External memory. I\'ve written all riquired permissions in AndroidManifest but
First open the path, then add the file:
Updated
String dir = Environment.getExternalStorageDirectory(); // getAbsolutePath is not requried File path = new File(dir); File root = new File(path, "ekg_daten.zip");