Reputation: 15492
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
Upvotes: 1
Views: 56
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