views:

24

answers:

1

Hi every one

in my Android application the file with name "mainout.xml" is creating, where ever this file created the application is not running.

any one know how to solve this problem??

Thanks.

+2  A: 

This is a common bug when you make Eclipse run your application and you have the focus on an xml file. Just delete the out.xml file, put your focus on a java class, and build as usual.
If you still have an error, do a project clean. And it should be fine.

Sephy
Yea, why dont they have a defualt Run As Android Application ?!!!!!!!!!
Itsik
That's a good question, but i'm not an android engineer, so this time, I can't answer...
Sephy