SyntaxFix
Write A Post
Hire A Developer
Questions
in your build.gradle add the following to the end of the android node
android { .... .... sourceSets { main.java.srcDirs += 'src/main/<YOUR DIRECTORY>' } }