The method getSupportFragmentManager() is undefined for the type

来源:互联网 发布:淘宝一直等待揽件陷阱 编辑:程序博客网 时间:2024/06/05 11:04

The method getSupportFragmentManager() is undefined for the type 


出现这种情况的原因是,需要把继承Activity改成继承FragmentActivity

public class MainActivity extends FragmentActivity {

1 0
原创粉丝点击