Hello!
I'm learning how to develop Android applications. I make vspylvayuschie windows.
Toast.makeText(this, "Нажата кнопка ОК", Toast.LENGTH_LONG).show();
It turns out this error:
The method of makeText (Context, CharSequence, int) in the type.
What could be the problem. Click on the button I implement via the interface:
OnClickListener oCickBtnOk = new OnClickListener()
Thank!