1)下载Eclipse最新版本的,去官网就好,
http://www.eclipse.org/
版本的一些区别
Eclipse IDE for Java Developers 是为java开发的
Eclipse IDE for Java EE Developers 是为J2EE开发的
Eclipse for RCP/Plug-in Developers 是为RCP和插件开发的
Eclipse IDE for C/C++ Developers 是为C/C++开发的
Eclipse Classic 是它的经典版本
2)安装ADT,建议离线安装(可参考http://www.cnblogs.com/tianguook/archive/2012/09/22/2698184.html,比较详细)
http://developer.android.com/sdk/installing/installing-adt.html
Tips:也可以直接去Google官网下载adt-bundle-windows-x86_64-20131030
这包括Eclipse和ADT等,注意下载目录不能解压到Program Files文件夹下,会有权限问题导致adt无法使用。
3.1)为了有更加友好的开发界面,可以安装一个样式插件
http://eclipsecolorthemes.org/?view=plugin
like this:
Help→Install New Software...,
press Add Site and enterEclipse Color Theme as the name and http://eclipse-color-theme.github.com/update as the URL.
下面是我自己比较喜欢的样式效果
3.2)调节字体大小:
Window->Preference->General->Appearance->Colors and Fonts
3.3)安装可以方便打开程序目录的插件Open Explorer
下载最新版本的jar包,放在Eclipse目录的plugins下,重启Eclipse即可
https://github.com/samsonw/OpenExplorer/downloads
3.4)安装内存分析插件
1) 打开Eclipse ->help - > Install New Software
2) 在work with输入图中下载地址,
最新的下载地址在http://www.eclipse.org/mat/downloads.php找
Update Site: http://download.eclipse.org/mat/1.4/update-site/
也可以直接下载后解压到Eclipse下
4)优化设置
如代码自动提示,Preferences中直接输入Content Assist选择Java的那个,设置如下