参考http://source.android.com/source/downloading.html
装repo 一个python的东西
http://source.android.com/source/version-control.html
http://source.android.com/source/downloading.html
装repo 一个python的东西
mkdir ~/bin
cd bin/
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo
$ mkdir WORKING_DIRECTORY
$ cd WORKING_DIRECTORY
$repo init -u https://android.googlesource.com/platform/manifest
$ repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1
$ repo sync
http://source.android.com/source/version-control.html
http://source.android.com/source/downloading.html
搭建Android源码环境

本文详细介绍了如何使用Repo工具从源码构建Android系统。通过设置工作目录、初始化及同步源码等步骤,帮助读者理解整个Android源码构建流程。
1574

被折叠的 条评论
为什么被折叠?



