24 Development

Results 1 comments of 24 Development

For anyone running into this issue, it's probably caused by the linking not being able to find your MainApplication.java. Open that up and add: ```import net.no_mad.tts.TextToSpeechPackage;``` and ```new TextToSpeechPackage(),``` Should...