2

How do we receive voice input from an Android wearable emulator?

Varunkumar Nagarajan
  • 1,807
  • 1
  • 24
  • 43

1 Answers1

3

Voice input is disabled in the Android Wear preview emulator image.

The voice engine just returns a string, so you could use that for testing purposes. Thanks, +Ali Naddaf.

hnilsen
  • 1,987
  • 2
  • 18
  • 28