Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android manifest file out of sync

I have this weird problem with my android project in eclipse. When the workspace is built and I want to launch my code on a device (it doesnt matter if it is an AVD or a physical phone) after I click on the launch icon a got the following message on the "Problems" tab:

Description           Resource              Path        Location    Type
File is Out of sync   AndroidManifest.xml   /myproject  line 1      Android ADT Problem

Before I hit the launch button there is absolutelly no problem with my project, just in build time. I use a script in the prebuild process to update some version info in my project (so in manifest too) but formerly I didnt had problem with this either. I googled it too but didn1t find any answer for this weird problem...

like image 575
zsidanyi Avatar asked Dec 02 '22 18:12

zsidanyi


1 Answers

Sometimes when I change the project properties this error appears. You can do a Project>Clean and that should solve the problem.

like image 58
pgpb.padilla Avatar answered Dec 10 '22 11:12

pgpb.padilla