Android Studio can not see MainActivity
01:11 22 Aug 2020

This is a new project created by the android studio. I did not change anything in this project, but in the activity_main.xml file, MainActivity.java can not find, and there is a MainActivity.java file in this project. How I can make this run. (MainActivity.java see activity_main.xml as related )

enter image description here

java android android-studio