• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. F

    Apps ENOENT when I try to write to external storage

    I'm trying to create a video file on a sdcard card and I get the following error: Caused by: java.io.FileNotFoundException: /storage/1DEB-2B0B/documents/video2.mp4: open failed: ENOENT (No such file or directory) This is a relevant bit of the code: File pathToExternalStorage =...
  2. F

    Apps Saving screencast to a file with mediaProjection API

    Hey I'm trying to develop an app which will save a screencast to a file. So far I've been able to produce a video files of correct length(when I recorded for 5 seconds it produced a 5 seconds video file), the problem is my videos are empty, when I try to run them in various video players it...