问题描述
我最近在笔记本电脑上安装了Linux Mint 16 Petra(Cinnamon 64位)(四核,8 GB RAM)。我下载了适用于Linux的ADT Bundle(64位)。当我开始在Android中使用Eclipse进行编码时,我注意到Eclipse突然崩溃了。我没有得到任何日志错误,它只是崩溃。发生频繁
为什么会崩溃?
这里是stackoverflow。
要解决此问题,请将以下内容添加到eclipse.ini的末尾。
-Dorg.eclipse.swt .browser.DefaultType = mozilla
I recently installed Linux Mint 16 Petra (Cinnamon 64 bit) on my laptop (Quad core, 8 GB ram).
I downloaded ADT Bundle for Linux (64 bit). As I start to use Eclipse for coding in Android, I notice that Eclipse suddenly crashes. I don't get any log error, it just crashes. It's happening frequently.
Why does it crash?
I found a solution right here on stackoverflow.
For a workaround add the following to the end of your eclipse.ini
-Dorg.eclipse.swt.browser.DefaultType=mozilla
这篇关于Eclipse ADT Bundle突然在Mint 16 Petra上崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!