I have this strange problem with my Android project in eclipse. When the workspace is built, and I want to run my code on the device (it does not matter if it is an AVD or a physical phone) after I click on the start icon, the following message appeared on the Problems tab:
Description Resource Path Location Type File is Out of sync AndroidManifest.xml /myproject line 1 Android ADT Problem
Before I press the start button, I have absolutely no problems with my project, only during the build. I use a script in the pre-build process to update some version information in my project (as well as in the manifest), but I had no problems with this before either. I also searched for it, but could not find an answer to this strange problem ...
source share