I don't understand the error in project.
CodePudding user response:
You are trying to provide an AppCompatDialogFragment as an Activity. Trying use getActivity()
instead of this
may fix the problem
CodePudding user response:
Thanks for your respond, I replaced with getActivity(), but now ads now show!