Search code examples
androidvoice-recognitionandroid-things

How to get speech regnition on android things app?


Hi, I'm using:

When I start speech recognizerintent it doesn't work and spend me this error:

2018-12-12 14:35:14.064 6546-6546/tck.com.maggie E/SpeechRecognizer: no selected voice recognition service

¿How can i make it work?

Notes: This work perfectly on smartphone, I don´t know if i need implement other driver for de mic and the speaker.


Solution

  • I solved it installing via adb tool Google Assistant APK in my android things

    1. Get apk with some Chrome or Firefox extension
    2. Connect via adb tool to your android things
    3. adb install /path-of-your-apk/app.apk

    After that, SpeechRecognizer work fine