Android源码下载(Ubuntu下拉取Android源码)
http://www.cnblogs.com/qianxudetianxia/archive/2011/05/29/2060636.html


最近在研究Launcher,所以不得Git源码下来看。今天我讲一下如何在Windows环境下Git源码,还以(Launcher为例).

1.首先下载一个叫Msysqit工具。下面是下载地址。

http://code.google.com/p/msysgit/

2.安装,一直下一步,安装完毕。

3.新建一个文件夹,用来存放我们Git下来的源代码。

我在e:\下建立一个git文件夹,如下图:

4.右击git文件夹,选择Git Bash.将出来一个终端(类是CMD)。

5.查找我们要下载源代码的地址。Android的源代码是放在下面地址下:

http://android.git.kernel.org/

6.查找一下我们的Launcher2,在终端输入如下code:

git clone git://android.git.kernel.org/platform/packages/apps/Launcher2.git

等上一小会,就大功告成了! 在git文件夹下多了一个Launcher2工程。

时间有限我也就懒得贴图了,大家谅解!

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2021-09-29
  • 2021-07-30
  • 2021-05-29
  • 2021-12-15
  • 2022-01-16
猜你喜欢
  • 2021-07-06
  • 2022-12-23
  • 2021-12-09
  • 2022-02-06
  • 2022-12-23
  • 2021-06-27
  • 2022-01-09
相关资源
相似解决方案