I was working on an android project, and while designing i noticed something strange and i was unable to understand why it was so....
What happened was, i created an xml file let's say named my_main_view.xml and i started working on it, while my design was in progress, for test purpose i ran my application and the app did not run and a file named my_main_view.out.xml is created. Which does not allow the application to run anymore until this newly created file deleted.
Deleting the file works fine but it's a temporary solution. It may be created anytime, when you run the application in eclipse.
Another solution which i found was to load the previously launched application which is far better than deleting the file..... it is...
In Eclipse ADT Goto:
Windows > Preferences > Launching > Launch Operation > Select Always launch previously launched application
But still the reason for this file creation is unknown to me. if anyone knows why this file is created and what is the purpose of this file please let all of us know....any help is appreciated...!!!