CallRecorder icon indicating copy to clipboard operation
CallRecorder copied to clipboard

Fatal Exception on Android 10

Open IvanSheigets opened this issue 4 years ago • 2 comments

I tried to use VOICE_RECOGNITION and have next error:

 E/MediaRecorder: start failed: -38
2020-12-04 15:22:47.547 4602-4774/../AndroidRuntime: FATAL EXCEPTION: newRecordingThread
    Process:..., PID: 4602
    java.lang.IllegalStateException
        at android.media.MediaRecorder.start(Native Method)
        at core.recorder.core.android_recorder.MyMediaRecorder.start(

If change the audio source to something else there is no error but no voice record

IvanSheigets avatar Dec 04 '20 13:12 IvanSheigets

call recording is working below android version 10 but it is not working for above android version 10 .please help me

Deepa-Palani avatar Feb 13 '21 04:02 Deepa-Palani

Please add plugin in build.gradle file

apply plugin: 'kotlin-android'

PrakashGajera avatar Jan 25 '22 12:01 PrakashGajera