1
我按照Android文檔瞭如何在片段使用Tabhost教程,但是我卻越來越總是Tabhost設置()不工作
The method setup(android.content.Context, android.support.v4.app.FragmentManager, int) in the type FragmentTabHost is not applicable for the arguments (android.content.Context, android.app.FragmentManager, int)
我的設置命令是這樣的:
mTabHost.setup(getActivity().getApplicationContext(), getChildFragmentManager(), R.layout.fragment_vc_view);
所以我需要改變? –
更改導入android.app.Fragment導入android.support.v4.app.Fragment –
任何更新?它有效嗎? –