Android not acknowledging TTS Engine

后端 未结 6 1025
孤独总比滥情好
孤独总比滥情好 2021-02-04 13:10

I am developing a very simple app in here. It\'s for my Cerebral Palsy daughter. It\'s just a big YES and NO buttons, so she can press them when requested.

Well... I am

6条回答
  •  春和景丽
    2021-02-04 13:37

    in my app I also used checkintent.setAction(...) to check if the necessary tts files are installed (which was working like a charm before upgrading to ICS). In ICS it always returned that the files are missing. So now I just ignore this check: i am creating the object and it initializes fine. Moreover I was using two instances for two different languages. This also seems to not work anymore. Now when I set the language for one of the instances, the other instance of the object is set to the same language (behaves like one instance).

提交回复
热议问题