简体   繁体   English

Eclipse通常作为XSL转换运行

[英]Eclipse often run as XSL transformation

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? 我在Eclipse上遇到问题,我是一名Android开发人员,当我在XML布局文件中进行编辑时,我想使用快捷键Ctrl+F11作为Android应用程序运行,但是它将自动作为XSL Transformation运行,并创建一个xxx.out.xml当前文件夹中的xxx.out.xml ,如何禁用它?
Thanks for your help, and sorry my English. 感谢您的帮助,对不起我的英语。

One way to avoid this problem is to configure Eclipse to always launch the previously launched application. 避免此问题的一种方法是将Eclipse配置为始终启动先前启动的应用程序。 To do this navigate to Window -> Preferences -> Run/Debug -> Launching -> Launch Operation and select Always launch the previously launched application . 为此,请导航至Window -> Preferences -> Run/Debug -> Launching -> Launch Operation然后选择Always launch the previously launched application

I find this option to be more a lot more convenient than launching what is currently open. 我发现此选项比启动当前打开的选项更加方便。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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