我用android創建Google Map應用程序,當我運行程序時,沒有問題。但是在仿真器上運行時,出現以下錯誤:
The application has stopped unexpectedly. Please try again.
還有別的調試模式嗎?那樣是不是才能找到實際的問題所在。
開發的環境配置是 Eclipse 和 AVD。
我提供一個Eclipse裡調試方式,希望能幫上你。
現在android程序中的任意代碼行中放斷點。現在通過Package Explorer
右鍵單擊程序,點擊 Debug As-> Android Application.
當android手機調試時,通過調節DDMS Persprective
中的Window->Show View->Log Cat,LogCat
就可用。