cordova-plugin-speechrecognition icon indicating copy to clipboard operation
cordova-plugin-speechrecognition copied to clipboard

No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) }

Open ghost opened this issue 7 years ago • 2 comments

I have a problem, When I call function startListening . error is appear "No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) }", any idea? thank you so much for your plugin.

ghost avatar Mar 31 '17 02:03 ghost

Same problem here, I got exact the same error:

No Activity found to handle Intent {act=android.speech.action.RECOGNIZE_SPEECH(has extras)}

Phone: Xiao Mi - MI NOTE LTE OS: Android 6.0.1

gengjunwu avatar Apr 03 '17 03:04 gengjunwu

As mentioned in the documentation, it uses Google API for speech recognition. Install the Google app and try again.

AayushGour avatar Aug 25 '19 07:08 AayushGour