我的应用程序运行得非常好。我关闭了 Eclipse 几天,现在我想运行它,模拟器启动但应用程序没有运行。它提示此错误说:
The application Pico TTS (process com.svox..pico) has stopped unexpectedly. Please try again.
显然是因为我的TextToSpeech
,但那又如何呢?应用程序中没有显示错误。
在我的 Log Cat 中,我收到这样的消息:
at dalvik.system.nativestart.main(native method)
at android.speech.tts.TextToSpeech.<init>(TextToSpeech.java:433)
at com.kelamrsan.MPActivity.onCreate(MPActivity.java:47)
干杯。