1

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.

vbence
  • 20,084
  • 9
  • 69
  • 118
Narasimha
  • 3,802
  • 11
  • 55
  • 83

1 Answers1

1

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

chkal
  • 5,598
  • 21
  • 26