aykuttasil / CallRecorder

Android Phone Call Recorder
MIT License
757 stars 239 forks source link

Fatal Exception on Android 10 #56

Open IvanSheigets opened 3 years ago

IvanSheigets commented 3 years ago

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

Deepa-Palani commented 3 years ago

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

PrakashGajera commented 2 years ago

Please add plugin in build.gradle file

apply plugin: 'kotlin-android'