Skip to content Skip to sidebar Skip to footer

Error:(72, 42) Error: Incompatible Types: Fragmentactivity Cannot Be Converted To Fragment

I am having so issues with my project, i am getting the error: Error:(72, 42) error: incompatible types: FragmentActivity cannot be converted to Fragment. Could anyone assist m

Solution 1:

objFragment should be initialized by Fragment, like this:

FragmentobjFragment=null;

instead of:

FragmentActivityobjFragment=null;

Post a Comment for "Error:(72, 42) Error: Incompatible Types: Fragmentactivity Cannot Be Converted To Fragment"