Android Wear Application and Heroku Deployment - manirajmohareer/Advanced-Software-Engineering GitHub Wiki
Android Wear Application - Using Google Text to Speech (TTS)
The application requires API level 25 as the minimum SDK. The TTS Class supports a Boolean object, "hasHardware" where the application first checks whether the device has hardware. If the device supports it performs TTS and gives a message otherwise it pops as hardware not supported.
Two AVDs are created which is minimum SDK 25 and other one is minimum 23(default). The device can be configured using the CONFIGURE HARDWARE PROFILE. For API above 25 , microphone can be configured so that it can support TTS object.
Hardware Found
Hardware not Found