如何运行Android模拟器启用TTS

人气:1,230 发布:2022-09-14 标签: android-emulator

问题描述

我希望我没有张贴重复的问题,任何人都可以请告诉我如何使TTS中启用了Android模拟器当Eclipse启动它,当我们运行项目。

i hope i am not posting a duplicate question, can anyone please tell me how to enable TTS in android emulator enabled when eclipse starts it when we run the project.

是我必须开始与SD卡或某物类似的?也因为某些原因,当我去我的运行配置在Eclipse中我没有看到任何字段来传递参数的仿真器。

is it that i have to start with SD card or sth like that?? Also for some reason when i go to my Run Configuration in eclipse i don't see any field to pass arguments for emulator.

感谢

推荐答案

我有这个问题,一个博客的帮助下解决了这个问题。首先,我们应该有SD卡。第二次下载TTS * .apk文件打开CMD(在Windows环境下)亚行键入TTS instll * .apk文件(这将安装TTS到Android模拟器)

I had this problem and solved it with the help of one blog. First we should have SDcard. Second download tts*.apk open the cmd(in windows environment) type adb instll tts*.apk (this will install tts to android emulator)

以下步骤这将是确定好运气

following this steps will be OK good luck

940