首页 > 代码库 > windows环境,下载android源码

windows环境,下载android源码

参考http://blog.csdn.net/freekiteyu/article/details/70939672

 

1.安装git

2.安装python

3.git操作如下

  进入想要下载的文件夹,右键git-bash :git clone https://android.googlesource.com/platform/manifest.git

  cd manifest

  git checkout android-6.0.1_r79

  

4.python操作如下

  编辑脚本

技术分享

 打开python的编辑器-openfile-run module





windows环境,下载android源码