I am using the Android\'s speech API to continuously getting input from the user. However this doesn\'t work quite well when errors occur.
What I do is restarting th
Try to properly clean up after the error, e.g. call cancel or destroy on the SpeechRecognizer.
cancel
destroy
SpeechRecognizer