Android SD card created file not visible

后端 未结 2 1456
面向向阳花
面向向阳花 2021-01-21 15:44

I\'ve created a file in the SD card using the code below:

File outputFile = new File( Environment.getExternalStorageDirectory().getAbsolutePath() + File.separato         


        
2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-21 16:22

    Maybe there is some Windows caching behind in order not to continuously poll the directory listing. Try hitting F5 in Explorer to see if file comes up. In any case, file should be visible in Eclipse's phone File Explorer (in DDMS Perspective).

提交回复
热议问题