Android TextToSpeech is not working on android 1.5

237 Views Asked by At

I am developing Android TextToSpeech app. This application is not working in Android 1.5, but it works fine in Android 1.6.

I am using google-api-translate.jar.

1

There are 1 best solutions below

0
On BEST ANSWER

The Text-To-Speech feature is only available in Android 1.6 (API Level 4) and newer! See TextToSpeech class for details!