[android-developers] What is the significance of main.xml.out file?

2012-02-19 Thread Kedar
What is the  significance of main.xml.out file?

Sometimes while debugging the application, I am getting an error in
the main.xml file

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] What is the significance of main.xml.out file?

2012-02-19 Thread Ted Scott

On 2/17/2012 11:27 PM, Kedar wrote:

What is the  significance of main.xml.out file?

Sometimes while debugging the application, I am getting an error in
the main.xml file

Basically it means that you have invoked some transformation on the 
main.XML file, possibly by having it selected and hitting the run button 
(there are configurations that control this behavior on the list within 
the last month)


You should probably delete it since it will confuse the build of your 
project.


--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en