Android:语音转文字?
但我无法让它在模拟器上运行。该文件的layout.xml 是否可用?我是否需要安装另一个应用程序才能使该应用程序正常工作?我想要的只是一个简单的演示,打印出应用程序已识别的单词。谢谢
Ive had a look at the following sample code: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html
But i cant get it to run on the emulator. Is the layout.xml avaible for this file? Do i need to install another app in order for this one to work? All i want is a simple demo that prints out the words that the app have recognized. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些代码不在模拟器中运行。尝试在实际设备上运行它。由于笔记本电脑/台式机中的麦克风与模拟器不兼容,但实际手机中并非如此。
These codes do not run in the emulator.. Try running it on an actual device. Since the microphone present in the laptop/desktop is not compatible with the emulator but this is not the case in an actual phone.
如果您使用 Eclipse,ApiDemos 是通过 Android SDK 和 AVD 管理器提供的示例应用程序的一部分。打开它并选择您正在使用的 Android 版本的示例包。这会给你你所需要的。
If you are using Eclipse ApiDemos is part of the sample apps available through the Android SDK and AVD manager. Open that up and select the sample packages for the Android version you are working with. That will give you what you need.