I am a newbie to android , using intellij idea. when I want to compile my hello-world ( the first step ;) ) I faced with this error \"Android Source Generator: [project] Android
There may be more than one answer to this. Check that your Android project is not under another directory of the same name. Android Studio is easily confused by this.
For example, change: /Development/MyProject/MyProject/app/...
to this structure: /Development/MyProject/app/...
When I changed this in my own project, it went from refusing to build to doing an auto-build on opening the project. Hope this is useful.