Cannot Resolve Method Maketext
UPDATE When I use this code Toast.makeText(Lesson111.this, rb.getText(), Toast.LENGTH_SHORT).show(); Im recieving the error message saying cannot resolve method maketext. Then I sa
It seems the error come from line 22
radioGroup.clearCheck();
Can you check that the layout twopointthree has a RadioGroup with the id radioGroup
Post a Comment for "Cannot Resolve Method Maketext"