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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.