I am occurring error like:
\"The method onClick(View) of type oddg must override a superclass method\".
I am confused where exact
I had the same problem. I found the solution writing well the import.
I replaced
import android.content.DialogInterface.OnClickListener; //(wrong)
for
import android.view.View.OnClickListener;