How to handle click from xml to Activity
问题 I am new to android and following this tutorial: https://www.youtube.com/watch?v=qK0QNA0sMGc&t=2710s ( It's in Hindi ) In my MainActivity.java : When I'm trying to run the app it's giving errors saying: 9 errors found 1 warning found 2 typos found It's asking me to put a semicolon at the end of Log.i(tag:"this", msg:"clickbtn: This is a message"); which I have already put down. This is my activity_main.xml : Can anybody tell me what are the errors? XML Code: <?xml version="1.0" encoding="utf