0
我有一個錯誤,當我使用的意圖,開始活動時,我選擇選項卡異常時故意採用Android標籤開始活動
intent = new Intent().setClass(this, tab1.class);
mTabHost.addTab(mTabHost.newTabSpec("tab_test1").setIndicator("Search").setContent(intent));
的erroe是
Sorry !
The Application has stopped unexpectedly , please try again later
請發佈一個logcat錯誤輸出爲該例外,也按慣例,請用大寫命名您的所有類。 – 2010-11-15 14:53:24