0
It is difficult to help you without you posting the code. In the image you posted, your class is inheriting from Fragment and Appcompatactivity and this is not possible, because in Java there is no multiple inheritance. Set yourself the implementation of the error method so we can help you.
Please show the deployment of the onPrepareOptionsMenu method
– Pablo Rodrigo Alves da Silva
When I Implement this Method this error appears getLoaderManager() in android.support.v4.app.Fragment clashes with getLoaderManager() in android.app.Activity attemptimg to use incompatible Return type.... even implementing @Override public void onPrepareOptionsMenu(Menu) { super.onPrepareOptionsMenu(menu); } is asked to place Return Boolean and when mute asks to place void appearing to be in conflict and that I am trying to implement a slidershow with Lib Androidimageslider inside a fragment that is inside a Navigation Drawer.
– Leonardo Marques