WARNING: File.mkdir() is ignored

后端 未结 4 1798
忘了有多久
忘了有多久 2021-01-04 10:49

I\'ve created a basic Audio Recording App using Media Recorder API\'s. I\'m trying to create a folder in the SD card and to save my recorded files to that folder. I\'m getti

4条回答
  •  萌比男神i
    2021-01-04 11:28

    If you want to ignore this warning, add this on the method: @SuppressWarnings("all")

提交回复
热议问题