pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
197 stars 117 forks source link

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

Open ghost opened 7 years ago

ghost commented 7 years ago

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.

gengjunwu commented 7 years ago

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

AayushGour commented 4 years ago

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