[android-developers] Re: main,out.xml

2012-07-30 Thread Andros
Actually guys there is a much easier way. Amaan has the idea.

The problem is this: you are currently in your xml files and you try to 
run/debug your program.
Because the way eclipse behaves, it will try to execute that file which you 
are currently "focused" on.
simple navigate to the root folder (in your package explorer where your 
main file is) and either:
1: right click and run/debug
2: left click and run/debug from the toolbar 

the main.out.xml is the java compiler trying to link your xml... lol

On Monday, February 13, 2012 12:42:56 AM UTC-8, Kirupa wrote:
>
> I am developing an android application. When i run that application 
> often i get main.out.xml(unwanted file). May i know the reason?

-- 
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

[android-developers] Re: main,out.xml

2012-07-16 Thread cena
nI am facing the same problem. just export all your project to another 
directory. delete all project from eclipse. import opnly only one you want 
to run. >open it>delete .out.xml file>save  it> close all file.> click 
on>windows>preferences>run/debug>lauch config> always run previous 
application>ok. then click on project> clean. then focus on any.java file 
in src. run it.

On Monday, February 13, 2012 2:12:56 PM UTC+5:30, Kirupa wrote:
>
> I am developing an android application. When i run that application 
> often i get main.out.xml(unwanted file). May i know the reason?


On Monday, February 13, 2012 2:12:56 PM UTC+5:30, Kirupa wrote:
>
> I am developing an android application. When i run that application 
> often i get main.out.xml(unwanted file). May i know the reason?

-- 
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

[android-developers] Re: main,out.xml

2012-02-15 Thread Amaan
When Launching the application, you should not be focusing the xml
files, rather you should be either focusing on the Application root or
the java files.

On Feb 14, 1:35 pm, poncho  wrote:
> On 02/13/2012 11:18 PM, skink wrote:
>
>
>
> > JackN wrote:
> >> I see this when I have the XML open and active and choose to run or
> >> debug the app.
>
> > I faced that couple of times too, do you know how to avoid it?
>
> > pskink
>
> Hi,
>
> Eclipse: Windows->Preferences
> Find the 'Run/Debug' section and then 'Launching'.
>
> You probably want to use the first option.
>
> Does this help?
> /Poncho

-- 
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] Re: main,out.xml

2012-02-14 Thread skink


poncho wrote:
> On 02/13/2012 11:18 PM, skink wrote:
> >
> > JackN wrote:
> >> I see this when I have the XML open and active and choose to run or
> >> debug the app.
> >>
> >
> > I faced that couple of times too, do you know how to avoid it?
> >
> > pskink
> >
>
> Hi,
>
> Eclipse: Windows->Preferences
> Find the 'Run/Debug' section and then 'Launching'.
>
> You probably want to use the first option.
>
> Does this help?
> /Poncho

hi, actually it was "Launch Operation" which fixed the problem, thanks
a lot!

pskink

-- 
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] Re: main,out.xml

2012-02-14 Thread poncho

On 02/13/2012 11:18 PM, skink wrote:


JackN wrote:

I see this when I have the XML open and active and choose to run or
debug the app.



I faced that couple of times too, do you know how to avoid it?

pskink



Hi,

Eclipse: Windows->Preferences
Find the 'Run/Debug' section and then 'Launching'.

You probably want to use the first option.

Does this help?
/Poncho

--
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


[android-developers] Re: main,out.xml

2012-02-13 Thread skink


JackN wrote:
> I see this when I have the XML open and active and choose to run or
> debug the app.
>


I faced that couple of times too, do you know how to avoid it?

pskink

-- 
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


[android-developers] Re: main,out.xml

2012-02-13 Thread JackN
I see this when I have the XML open and active and choose to run or
debug the app.

On Feb 13, 12:42 am, Kirupa  wrote:
> I am developing an android application. When i run that application
> often i get main.out.xml(unwanted file). May i know the reason?

-- 
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