android TTS 开发

一、Setting Up an Eclipse Project That Uses the TTS Setup an Android project as you would normally. Go to Project > Properties > Java Build Path > Libraries and click on “Add External JARs…” Then add in the TTS_library_stub.jar file. Start coding! 开发测试的代码: public class Test extends Activity implements OnInitListener {    static final int CHECK_TTS_RES = 0; //A unique identifier for [...]
posted @ 2010-05-12 22:32  无崖子  阅读(541)  评论(0编辑  收藏  举报