Remote System Explorer Operation总是运行后台服务,卡死eclipse解决办法

来源:互联网 发布:ab淘宝旗舰店网址 编辑:程序博客网 时间:2024/05/29 06:41

       自己刚开始做android项目,发现在使用可视化的编辑界面编辑android界面时,当你右键编辑控件的id或者其他属性时都会卡很久,发现原来是eclipse后台进程在远程操作,就是右下角显示的“Remote System Explorer Operation”。折腾了半天,在Stack Overflow找到答案(源地址)。把解决方案翻译如下:

       第一步:Eclipse -> Preferences -> General -> Startup and Shutdown.不要勾选 RSE UI.
       第二步:Eclipse -> Preferences -> Remote Systems. 取消勾选 Re-open Remote Systems view to previous state.
       最后:重启eclipse就可以了。
       P.S:做开发还是多用google,去外文网站看例子。

0 0
原创粉丝点击