I am new to Android programming; I am using Intellij IDEA. When I compile my hello-world program, I get this error "Android Source Generator: [project] AndroidManifest.xml file not found"
Of course it is not in my root file. When I make any new project, I have the same problem.
I found this question: AndroidManifest.xml file not found, but it didn't help. How do I fix this?