androidtext-to-speech

Android TTS not working in device


The TextToSpeech like in

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/TextToSpeechActivity.html

works fine on the Emulator but does not work on my device (galaxy s).. is there anything extra that I need to install?

Thanks in advance..


Solution

  • What language are you using? If your device doesn't have the language installed, it, obviously, can't play it. If it's anything but US, try that. If so then please post your code.