首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

TabHost tabHost = getTabHost();有关问题

2012-09-22 
TabHost tabHost getTabHost()问题后面gettabhost有错误The method getTabHost() is undefined for the

TabHost tabHost = getTabHost();问题
后面gettabhost有错误The method getTabHost() is undefined for the type tabhost

[解决办法]
TabHost tabHost = (TabHost)getTabHost();
[解决办法]
不是说你这方法未定义么!?
Activity***.this.getTabHost();或mContext.getTabHost();

热点排行