I have a fragment;
MyFragment myFrag = new MyFragment();
I put bundle data to this fragment:
Check whether your layout current one or old one for example
setContentView(R.layout.activity_main);
Delete old .gradle file in your project file and rebuild gradle file for project.