MediaRecorder start called in invalid state: 4

前端 未结 4 1460
孤街浪徒
孤街浪徒 2021-01-28 02:04

I\'ve just started getting into android/Glass development and I was trying to add basic video recording functionality. Currently Glass limits you to 10 seconds unless you tap/p

4条回答
  •  囚心锁ツ
    2021-01-28 02:30

    Change your location to:

     Environment.getExternalStorageDirectory() + File.separator 
                + Environment.DIRECTORY_DCIM + File.separator + "FILE_NAME";
    

    This worked for me. Hope it helps!

提交回复
热议问题