【发布时间】:2017-04-27 13:35:32
【问题描述】:
我开始我的 AOSP 下载时遇到了很多问题。 我按照谷歌官方网站的说明进行操作。
$ mkdir ~/aosp/bin
$ PATH=~/aosp/bin:$PATH
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/aosp/bin/repo
$ chmod a+x ~/aosp/bin/repo
$ mkdir zero
$ cd zero
$ git config --global user.name "Your Name"
$ git config --global user.email "you@example.com
$ repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.2_r1
$ repo sync -j2 -f
截至目前,我的 .repo 文件夹为 40GB,同步仍持续 2 天。请任何人帮助我,我所需要的只是 KitKat OS。 也有人可以告诉我 repo 目录中的项目对象和项目目录。
提前致谢
【问题讨论】:
-
改进了格式和语法。