I want to ask how I can use speech to text code on my emulator. My codes work on real device but not work on emulator. The error said :

 No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) }

What can I do?

link|improve this question

feedback

2 Answers

You need to install onto your emulator an app that contains an Activity that handles the RECOGNIZE_SPEECH-intent. You might be able to find Google's VoiceSearch.apk on the web.

link|improve this answer
I install Google voice but it does not work too. If you have working .apk please give url. – ersyn61 Dec 19 '11 at 14:42
hey anyone answer? – ersyn61 Dec 21 '11 at 19:36
feedback

You might need a virtual SD Card. You can refer here

link|improve this answer
but I don't want to record voice I use speech to text like this[developer.android.com/resources/articles/speech-input.html] it works on real device but not on emulator why? – ersyn61 Dec 17 '11 at 7:23
heyyy anyone answer? – ersyn61 Dec 17 '11 at 9:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.