Android应用程序曾经在Eclipse中运行但现在却没有

时间:2013-10-08 15:47:41

标签: java android eclipse text-to-speech

我的应用程序运行得非常好。我关闭了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)

干杯。

0 个答案:

没有答案