final File newFile = new File("/mnt/sdcard/test"); newFile.mkdir(); ... this may cause some problems with some android phones. Use instead:
確定! 回上一頁