Speech-Recognizer
Speech-Recognizer copied to clipboard
com.sac.speech.SpeechRecognitionException: 2 - Network error
on the Emulator (with API level 28), the logcat shows:
1630-1630 E/Speech: Speech - Speech recognition error com.sac.speech.SpeechRecognitionException: 2 - Network error at com.sac.speech.Speech$2.onError(Speech.java:182)
the error is at:
@Override
public void onError(final int code) {
Logger.error(LOG_TAG, "Speech recognition error", new SpeechRecognitionException(code));//HERE error on emulator
returnPartialResultsAndRecreateSpeechRecognizer();
}