import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import androi
If you are running under Android 6.0 or later, you need to set your permissions manually in your phone settings. Or ask to grant both permissions RECORD_AUDIO and WRITE_EXTERNAL_STORAGE at runtime.
RECORD_AUDIO
WRITE_EXTERNAL_STORAGE