Android appication is not running when mainout.xml created
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 p开发者_Python百科roblem??
Thanks.
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.
精彩评论