0
錯誤消息
構造文字轉語音(SQLiteExample,SQLiteExample)是未定義 四月4日至16日:06:19.860:E/AndroidRuntime(1728):java.lang.ClassCastException:致com.sql .SQLiteExample 在onCreate方法TTS應用力關閉
錯誤消息
構造文字轉語音(SQLiteExample,SQLiteExample)是未定義 四月4日至16日:06:19.860:E/AndroidRuntime(1728):java.lang.ClassCastException:致com.sql .SQLiteExample 在onCreate方法TTS應用力關閉
爲錯誤你是不是通過正確的PARAMS在TextToSpeech
。至於文檔says錯誤行
myTts = new TextToSpeech(this, this);
:
TextToSpeech (Context context, TextToSpeech.OnInitListener listener)
背景:背景下,這個實例在運行
聽衆:當文字轉語音引擎已初始化將被調用的TextToSpeech.OnInitListener。