Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal Exception on Android 10 #56

Open
IvanSheigets opened this issue Dec 4, 2020 · 2 comments
Open

Fatal Exception on Android 10 #56

IvanSheigets opened this issue Dec 4, 2020 · 2 comments

Comments

@IvanSheigets
Copy link

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
Copy link

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

@PrakashGajera
Copy link

Please add plugin in build.gradle file

apply plugin: 'kotlin-android'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants