void is an invalid type for this variable

Your onRadioButtonClicked is contained within your onCreate method—make them separate methods. Add a closing brace } after:

setContentView(R.layout.activity_main_page); 

Leave a Comment