Skip to content Skip to sidebar Skip to footer

How Can You Make The Android Emulator Support Speech Recognition

I am writing an app which uses android's speech recognition. However my app doesnt run well on the emulator - runs fine on the mobile itself however. On the emulator I get a red er

Solution 1:

In your emulator image, can you install Google Voice Search as in Converting speech to text. The app is in the marketplace at https://market.android.com/details?id=com.google.android.voicesearch&feature=search_result. I think this is the only way to add the Recognizer Intent. Recognizer is not part of the base Android, it is considered an additional component that ships with Google Voice Search and is included in some phones.

But, people have still reported problems and suggest using a real device instead of the emulator. See Why is it impossible to use the Speech Recorder on the Android emulator?

Solution 2:

I have the same issue , I can do this in genymotion all you need to do install google apps on your genymotion full package as you can see it support Google TTS please have a look at this link

http://teckfront.com/download-android-4-3-jelly-bean-google-apps-gapps-full-mini-packages/

for others versions https://www.androidfilehost.com/?w=files&flid=5648

Post a Comment for "How Can You Make The Android Emulator Support Speech Recognition"