Android: speech in text?

Ive reviewed the following code example: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html

But I can not get it to work on the emulator. Is layout.xml file available for this file? Do I need to install another application for it to work? All I want is a simple demo that prints words that the application recognized. Thanks

+3
source share
2 answers

These codes do not run in the emulator. Try to run it on the device itself. Since the microphone present in the laptop / desktop is not compatible with the emulator, but this is not so on the phone itself.

+1
source

Eclipse, ApiDemos , Android SDK AVD-. Android, . , .

0

Source: https://habr.com/ru/post/1791828/


All Articles