I have a problem with Eclipse, I am a Android developer, and when I edit in a XML layout file, I want to run as Android application with shortcut Ctrl+F11, but it will automatic run as XSL Transformation, and create a xxx.out.xml in current folder, how can I disable it?
Thanks for your help, and sorry my English.
I have a problem with Eclipse, I am a Android developer, and when I
Share
One way to avoid this problem is to configure Eclipse to always launch the previously launched application. To do this navigate to
Window -> Preferences -> Run/Debug -> Launching -> Launch Operationand selectAlways launch the previously launched application.I find this option to be more a lot more convenient than launching what is currently open.