I\'m trying to get Android\'s TTS to run inside a service, but I have no idea why it isn\'t working, it compiles, doesn\'t crash, but it just doesn\'t work.
The Toast no
https://developer.android.com/reference/android/speech/tts/TextToSpeechService.html
since API Level 14, android has added a default TextToSpeech Service class that does what you want.