Java using android studio error: Expecting an elemenn
I'm trying to make an android project where the user enters their name into an editText box and when a button is clicked, the name is printed out on a textView box. But, there is an error in my code:…