I got an error \"Cannot resolve symbol MainActivity\" on this code.
Maybe you use the wrong path for the src directory. It should be in the path : ./yourApp/src/main and not ./yourApp/src/androidTest You can move it manually.
./yourApp/src/main
./yourApp/src/androidTest