I have an error when i use intent to start activity when i choose a tab
intent = new Intent().setClass(this, tab1.class);
mTabHost.addTab(mTabHost.newTabSpec("tab_test1").setIndicator("Search").setContent(intent));
the erroe is
Sorry !
The Application has stopped unexpectedly , please try again later