Android - Tabhost working in Activity class

前端 未结 7 938
温柔的废话
温柔的废话 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条回答
  • 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
    
    0 讨论(0)
提交回复
热议问题