FragmentActivity: Cannot cast from Fragment to derived class September 5, 2023 by Tarik You are extending the wrong Fragment class. Import android.support.v4.app.Fragment instead of android.app.Fragment.