警告:Eclipse ADT中发生了键绑定冲突

时间:2014-07-23 04:46:32

标签: android eclipse adt

我正在使用Eclipse ADT,我一直收到这个警告,我真的不知道它是什么,请帮忙,我完全是个新手,非常感谢你的时间和建议。

eclipse.buildId=4.4.0.I20140606-1215
java.version=1.8.0_05
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

org.eclipse.jface

Warning
Tue Jul 22 21:41:56 PDT 2014
Keybinding conflicts occurred.  They may interfere with normal accelerator operation

2 个答案:

答案 0 :(得分:2)

一种可能的解决方案是 1.转到窗口 - >偏好 - >一般 - >按键 2.在"过滤器"中键入要报告冲突的密钥快捷方式。部分(例如类型' ALT + SHIFT + Q'在过滤器中) 3.选择报告冲突的确切密钥。 4.所有冲突的应用程序/插件都将显示在那里。 5.选择你不经常使用的插件和#34; Unbind"该插件的关键。

参考:Eclipse forum

答案 1 :(得分:1)

请参阅此处:http://www.eclipse.org/forums/index.php/t/199958/ 在这里:http://www.java-forums.org/android/46959-android-wallopping-my-backside.html

One possible resolution is 
1. Goto Window -> Preferences -> General -> Keys
2. Type the key shortcut for which the conflict is reported in the "filter" section (for e.g. type 'ALT+SHIFT+Q' in filter)
3. Select the exact key for which conflict is being reported.
4. All the conflicting applications/plugins will be displayed there.
5. Choose the plugin which you do not use frequently and "Unbind" the key for that plugin.