I am trying to create a call logger in android. I use the class MediaRecorder: When My App reaches the next line: recorder.stop()I get the following error:
stop called in an invalid state: 1
What causes this problem?
Thanks in advance,
Kobi
source
share