关于加入ListView的问题
lv=(ListView)findViewById(R.id.listView1);
//在这findViewById报错了。。
//The method findViewById(int) is undefined for the type TabHomeActivity去查说应该加上View.
//也报错。。The method findViewById(int) is undefined for the type TabHomeActivity
是不是由于覆盖的方法不对?