Text to Speech not working as expected
问题 I have followed several tutorials, but I am experiencing the same problem. First, here is my simple code: import java.util.Locale; import android.app.Activity; import android.content.Intent; import android.content.pm.ActivityInfo; import android.os.Bundle; import android.speech.tts.TextToSpeech; import android.speech.tts.TextToSpeech.OnInitListener; import android.util.Log; public class AchievementsActivity extends Activity implements OnInitListener { TextToSpeech reader; Locale canada;