Android : Copy RawFile to Sdcard (video mp4)

前端 未结 3 872
失恋的感觉
失恋的感觉 2020-12-15 13:51

What is wrong on this code ?
I\'ve a Raw file in my project (mp4 videofile),
when i do this, and then i retreive file from SDcard file are not identical so video can

3条回答
  •  时光说笑
    2020-12-15 14:28

    I think you should flush before you close the stream

    bufEcrivain.flush();
    bufEcrivain.close();
    

提交回复
热议问题