SyntaxFix
Write A Post
Hire A Developer
Questions
Check settings.gradle. You'll find this : include ':app'
include ':app'
Just add your own module name and it should look like this :
include ':app', ':yourModuleName'
Sync.
That's it.