Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: Android Source Generator: [project] AndroidManifest.xml file not found

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] AndroidManifest.xml file not found"

Of course it is not in my root file. And when I make any new project , I have the same problem.

I searched a lot and even find this "AndroidManifest.xml file not found " but not help.

plz help .

like image 375
Fari Avatar asked Jul 28 '13 18:07

Fari


1 Answers

you must open Project Structure modified something.

example: Project Structure > Facets ,you can see this is: enter image description here

delete ".idea", like this enter image description here

ok, IDE there find AndroidManifest.xml

like image 93
hnrain Avatar answered Sep 19 '22 06:09

hnrain