1. Git插件安装:http://download.eclipse.org/egit/updates
2. Git Repository exploring 中 选择 clone
3. 从https://android.googlesource.com/中选择你需要下载源码的目录。
4. 例如:git clone https://android.googlesource.com/platform/packages/apps/Contacts
5. 下载完成后在本地仓库对应源码上点击右键,选择imports projects.
6. 接下来就像新建一个android工程一样完成剩下的其它步骤。