I got an error \"Cannot resolve symbol MainActivity\" on this code.
In your build.gradle file add the following.
android { sourceSets { main.java.srcDirs += 'src/<YOUR DIRECTORY NAME>' } ... ... }