一:到这个网站点击打开链接下载git工具
二:安装
三:新建一个文件夹
四:在文件夹上右键-》选择Git bash
五:在命令行输入
git clone git://android.googlesoure.com/platform/frameworks/base.git
如果连接有问题那么可能是墙的问题输入以下的命令:
git config --global url."https://".insteadOf git://
git clone git://android.googlesource.com/platform/frameworks/base.git
六:等着下载
七:关联eclipse