Android TextToSpeech behaves irregular
问题 Update: After some digging I managed to find some information in the Logcat. See bottom. Edit 2: I have now created a new activity from scratch to reduce the problem. It does still not work correctly. Here is the code: public class MainActivity extends AppCompatActivity { private TextToSpeech textToSpeech; private boolean isInitialized = false; private MainActivity mainActivity; int ctr = 0; private String words[] = {"ord", "kula", "fotboll"}; @Override protected void onCreate(Bundle