简体   繁体   中英

Eclipse Juno xml error

I have installed Eclipse Juno for creating Android apps, but when I try to import any project, after importing the project and after trying to manipulate it, it makes another file with a .out extension.

If I have only a main activity named as "main.xml", when I try to run it, it gives me an error - something like "xml build", and it creates another XML file in the layout folder named "main.out.xml". The project does not run, but if I delete that file, restart Eclipse, and re-run the project it runs just fine.

If I edit something in XML and try to run it again, then recreates that file. Can any one tell me how to solve this issue? Why is this happening?

尝试右键单击该项目,然后转到“运行方式”并选择“ Android设备”。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM