我使用和iSpeech软件开发工具包设置了一个测试应用程序,但它给了我以下异常,我对此感到迷惑……
05-31 13:41:23.218: I/dalvikvm(271): Could not findmethod org.ispeech.SpeechSynthesis.getInstance, referenced from method org.ispeech.sdksample.TTSActivity.prepareTTSEngine05-31 13:41:23.218: W/dalvikvm(271): VFY:
我在使用ispeech.org TTS引擎和我的Android应用时遇到了问题。应用程序在以下位置崩溃: at org.ispeech.SpeechSynthesis.showProcessingDialog(SpeechSynthesis.java:276)
at org.ispeech.SpeechSynthesis.speak(SpeechSy