Elad Benda2
Elad Benda2

Reputation: 15492

AndroidManifest is missing although it exists

I compile my android application

everything pass OK

but when I try to debug my application on the mobile device (using eclipse) I get an error:

AndroidManifest is missing

this is strange as the file exist, and complication passes

enter image description here

Upvotes: 1

Views: 56

Answers (1)

SweetWisher ツ
SweetWisher ツ

Reputation: 7306

For all developers who face this problem :

 1. Click on your project -> Refresh (F5) 
 2. Go to "Project" in the menu bar -> Clean (and clean the project)
 3. If all else fails, restart eclipse

Upvotes: 2

Related Questions