No activity found to handle intent act=android,speech.action.RECOGNIZE_SPEECH(has extras) error)

Hello community.
When I was using an ai helper to code on app inventor on my PC, when I was trying to use a speech recognizer component and run the program, this error that says 'No activity found to handle intent act=android,speech.action.RECOGNIZE_SPEECH(has extras)' pops up. Is there a way for me to solve this problem? the code is attached to this topic.
BasicAI.aia (1.2 MB)

I have yet to see an emulator that can support speech recognition.

Work around this by either

  • Run the app through the Companion on a phone, or
  • Add a textbox temporarily to your app for testing, to simulate speech input (a poor alternative).