提示:假設你已經裝了固態硬盤,並且有至少8Gb的內存。如果沒有的話,帶來的性能提升可能不大。
1.eclipse中加載的SDK數量過多會導致程序運行緩慢,解決方法刪除plaforms下面用不到的SDK,最好只保留兩個,最新的SDK;
2.eclipse程序圖標上右鍵,顯示包內容,找到eclipse.ini文件,調整JVM內存;
3.調整Eclipse的Preferences
- General > Startup and Shutdown : 移除所有在啟動時加載的插件。(Android Development Toolkit不要移除)
- General > Editors > Text Editors > Spelling : 關閉拼寫檢查。
- General > Validation > 勾選“Suspend all validator”。
- Window > Customize Perspective > 移除所有用不到或不想用的內容(盡量使用快捷鍵),菜單欄也是如此(你用過幾次菜單欄的打印按鈕?)。
- Install/Update > Automatic Updates > 取消勾選“Automatically find new updates and notify me”。
- General > Appearance > 取消勾選“Enable Animations”。
- 使用默認的主題。其他主題可能會降低運行速度。