On Mon, May 7, 2012 at 2:18 PM, DevGuy <devguy...@gmail.com> wrote: > Hello I am trying to get started a simple hello world app going. I > created a blank android (4.0.3) project and when I try to run it I get > the following error. > > [2012-05-07 13:43:04 - HelloAndroid] Error in an XML file: aborting > build. > > If I look at the "Problems" tab in eclipse, it says "Premature end of > file" in resource main.out.xml > > I have not hand edited this xml file, when I open it, it is blank, so > what could be wrong?
You probably tried to run a project, while having main.xml as the active editor tab. Eclipse sometimes gets confused and tries running an XSLT script instead of running the Android project. Just delete main.xml.out and try again. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 4.0 Programming Books: http://commonsware.com/books -- 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