English 中文(简体)
how to run android emulator with TTS enabled
原标题:

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.

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.

thanks

问题回答

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





相关问题
Android emulator alternative

I m completely new to Android development, but I just got a HTC Hero and would like to develop a few applications for it. However, I ve use a laptop as my dev machine and the emulator is extremely ...

Getting my app to work on my phone

I wrote an app android sdk version 1.5 using it s built in emulator in eclipse. I created a database outside of eclipse populated it with data and push it to the emulator folder data/data/project name/...

how to run android emulator with TTS enabled

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. is it that i have to start with ...

Android: difference in ACTION_SEND between api level 2 and 5?

I have an android app that wants to initiate an email. The following code works in an api level 5 emulator, but not on a level 2 emulator or device: Intent emailIntent = new Intent(android.content....

Android Videoview video not seen

I am using Videoview to playback mp4 file from local machine using android emulator. I hear the audio, but the screen is blank and no video is seen. Android SDK 2.0.1 Does anyone have an idea what is ...

Android - Having a hard time debuging Eclipse

I am a little bit new to developing for Android using Eclipse (Coming from a .NET/Visual Studio background). My biggest problem in developing Android app is "debugging" them. Every time the emulator ...

热门标签