□ apt-get install git-core curl #先下载这两个工具
□ mkdir android-froyo #建立下载目录
□ cd android-froyo #进入下载目录
□ curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo #下载repo脚本,通过该脚本可下载整套源码
□ chmod a+x repo #设置该脚本为可执行
□ vi repo #编辑repo文件,修改REPO_UR为:REPO_URL='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/'
□ ./repo init -u https://aosp.tuna.tsinghua.edu.cn/platform/manifest -b froyo #初始化git库
□ ./repo sync #同步源码树,下载源码,大小约为2GB,如果网速快,估计需要2个小时