MediaRecorder start called in invalid state: 4

前端 未结 4 1523
孤街浪徒
孤街浪徒 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:25

    Open AndroidManifest file and inside application tag add this

    android:requestLegacyExternalStorage="true"
    

提交回复
热议问题