Search code examples
androidgoogle-translateandroid-1.5-cupcake

Android TextToSpeech is not working on android 1.5


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.


Solution

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