I\'m using git, and creating lots of git branches for new features on a project I\'m working on. Every once in a while, I\'ll create a new branch off master as usual (let\'s
This worked for me. My project already had a settings.gradle file. I simple had to add the line include ':app' . N ow i can build and do everything.