Unable to instantiate fragment make sure class name exists, is public, and has an empty constructor that is public
Is it because my Fr
i have meet this problem you need use full class name : eg: Fragment.instantiate(MainActivity.this, com.XX.yourFragmentName);
must full class name