Android - Tabhost working in Activity class

前端 未结 7 936
温柔的废话
温柔的废话 2020-12-09 12:28

OK, I must be overlooking something silly because I am unable to get my tabhost to display in my Activity class. I am getting the dreaded force close when I try to run the

7条回答
  •  萌比男神i
    2020-12-09 12:51

    Change the class declaration which has this:

    public class my_proto extends Activity
    

    to

    public class my_proto extends TabActivity
    

提交回复
热议问题