File f = new File("/sdcard", "test.txt");try { f.createNewFile();} catch (IOException e) { e.printStackTrace();}