Android写入文件电脑看不到
原因是因为没有刷新,写入文件后执行以下代码即可。
根目录路径:
File newfile = new File(Environment.getExternalStorageDirectory() + "/1.txt");
MediaScannerConnection.scanFile(this, new String[]{newfile.getAbsolutePath()}, null, null);
说明:
newfile是写入的路径
本文来自博客园,作者:沉迷编程的程序员,转载请注明原文链接:https://www.cnblogs.com/codeDevotee/p/10398970.html
欢迎各位找我代写程序,python、c#、web等都可以,加我请注明博客园微信:A15919195482