本人使用的工具是msysgit,能下载android官网上的代码
但是有个疑问,分支版本上的代码怎么下载
比如 Launcher 上面有多个版本,我想下载一个指定版本怎么下它那个有很多tag标签,我就想下其中的一个求解!

解决方案 »

  1.   

    1.装vmware
    2.装ubuntu
    3.去android开发官网看下载步骤
      

  2.   

    To check out a branch other than "master", specify it with -b:$ repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1When prompted, please configure Repo with your real name and email address. To use the Gerrit code-review tool, you will need an email address that is connected with a registered Google account. Make sure this is a live address at which you can receive messages. The name that you provide here will show up in attributions for your code submissions.详细:http://source.android.com/source/downloading.html
      

  3.   

    repo只是一个脚本,如果你非要在Windows上下,可以把它移植到WINDOWS上来
    不过如果你今天早上装个LINUX,现在早就把源码下完了。