Android TabHost inside LinearLayout

断了今生、忘了曾经 提交于 2019-12-04 20:46:05

You are misinterpreting your stack trace.

The exception is occurring inside Intent. The Intent you are using to start the activity is invalid. Fix your Intent, and your problem will go away.

I had a similar problem and the solution was to get the TabHost and call setup(). Hard to say if that's your problem here.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!