原因是因为没有刷新,写入文件后执行以下代码即可。
根目录路径:
File newfile = new File(Environment.getExternalStorageDirectory() + "/1.txt");
MediaScannerConnection.scanFile(this, new String[]{newfile.getAbsolutePath()}, null, null);
说明:newfile是写入的路径
原因是因为没有刷新,写入文件后执行以下代码即可。
根目录路径:
File newfile = new File(Environment.getExternalStorageDirectory() + "/1.txt");
MediaScannerConnection.scanFile(this, new String[]{newfile.getAbsolutePath()}, null, null);
说明:newfile是写入的路径
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M