Troubleshoot: XML file gets compiled to out.xml in Eclipse

Repro steps:

1.Let AndroidManfiest.xml or Main.xml be in active focus.

2.Press ctrl+f11.

3.AndroidManifest_out.xml/Main_out.xml gets generated which is unwanted.

workaround:

Just make sure when you run the application, that you are editing a .java file and not a .xml file.

Tracking with bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=287951

Reference: http://code.google.com/p/android/issues/detail?id=3767

你可能感兴趣的:(eclipse)