I\'m getting the red squiggle under a parenthesis this time, telling me \"insert \"EnumBody\" to complete EnumDeclaration\"
It is happening on the last line of this cod
Is this the actual code? Could it be the additional "@" character at the end of class handleButton4?
class handleButton4 implements OnClickListener { public void onClick(View v) { Intent intent = new Intent(Main.this, Settings.class); startActivity(intent); } }@ // <------- this