<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：Git和Repo扫盲——如何取得Android源代码</title>
	<atom:link href="http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/</link>
	<description>一个关于生活感悟、新奇见闻、网站运营和电子商务的Blog</description>
	<lastBuildDate>Fri, 13 Aug 2010 12:17:23 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：William Hua</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1654</link>
		<dc:creator>William Hua</dc:creator>
		<pubDate>Fri, 13 Aug 2010 12:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1654</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-1163&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-1163&quot; rel=&quot;nofollow&quot;&gt;cxz&lt;/a&gt; :&lt;/strong&gt;
&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;我在Windows下用git下载一个Email app的源码&lt;/p&gt;
&lt;p&gt;比如我想下载针对模拟器android-1.6_r2的源码，我看有个tags是android-1.6_r2，如何下载这个版本的源码了？git命令是怎样的了？&lt;/p&gt;
&lt;p&gt;谢谢&lt;/p&gt;
&lt;/blockquote&gt;
最简单的办法，就是在gitweb上操作，直接下这个snapshot</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-1163"><p>
<strong><a href="#comment-1163" rel="nofollow">cxz</a> :</strong></p>
<p>hi,</p>
<p>我在Windows下用git下载一个Email app的源码</p>
<p>比如我想下载针对模拟器android-1.6_r2的源码，我看有个tags是android-1.6_r2，如何下载这个版本的源码了？git命令是怎样的了？</p>
<p>谢谢</p>
</blockquote>
<p>最简单的办法，就是在gitweb上操作，直接下这个snapshot</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：William Hua</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1653</link>
		<dc:creator>William Hua</dc:creator>
		<pubDate>Fri, 13 Aug 2010 12:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1653</guid>
		<description>&lt;a href=&quot;#comment-1401&quot; rel=&quot;nofollow&quot;&gt;@初学者 &lt;/a&gt; 
先试试把emulator编出来吧
然后可以改改framework</description>
		<content:encoded><![CDATA[<p><a href="#comment-1401" rel="nofollow">@初学者 </a><br />
先试试把emulator编出来吧<br />
然后可以改改framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：William Hua</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1652</link>
		<dc:creator>William Hua</dc:creator>
		<pubDate>Fri, 13 Aug 2010 12:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1652</guid>
		<description>&lt;a href=&quot;#comment-1512&quot; rel=&quot;nofollow&quot;&gt;@Lazy Cat &lt;/a&gt; 
repo init确实只是初始化，repo sync才会下载
网络不佳时，确实会碰到下了一半短线的情况，只能重试
或者些个脚本一直try
下载完了以后会把内容checkout出来这是你才能看到
而之前，都在.repo目录下</description>
		<content:encoded><![CDATA[<p><a href="#comment-1512" rel="nofollow">@Lazy Cat </a><br />
repo init确实只是初始化，repo sync才会下载<br />
网络不佳时，确实会碰到下了一半短线的情况，只能重试<br />
或者些个脚本一直try<br />
下载完了以后会把内容checkout出来这是你才能看到<br />
而之前，都在.repo目录下</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：ine</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1567</link>
		<dc:creator>ine</dc:creator>
		<pubDate>Thu, 01 Jul 2010 02:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1567</guid>
		<description>&lt;a href=&quot;#comment-1512&quot; rel=&quot;nofollow&quot;&gt;@Lazy Cat  &lt;/a&gt; 
没有下载完，那个目录下是空的。好像是放在那个缓冲里了，我一直在找这个缓冲，谁知道在哪里？</description>
		<content:encoded><![CDATA[<p><a href="#comment-1512" rel="nofollow">@Lazy Cat  </a><br />
没有下载完，那个目录下是空的。好像是放在那个缓冲里了，我一直在找这个缓冲，谁知道在哪里？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Lazy Cat</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1512</link>
		<dc:creator>Lazy Cat</dc:creator>
		<pubDate>Wed, 26 May 2010 01:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1512</guid>
		<description>&lt;a href=&quot;#comment-1496&quot; rel=&quot;nofollow&quot;&gt;@songyinghao &lt;/a&gt; 
William大虾，对，我也是这种情况，执行
repo init -u git://android.git.kernel.org/platform/manifest.git 命令后，它只是进行了初始化安装，获取了我的name和email，并没有进行下载；
而执行repo sync后，看似在搜索下载，可等了一晚上，发现目录里什么也没有！ 这是怎么回事，救命阿！</description>
		<content:encoded><![CDATA[<p><a href="#comment-1496" rel="nofollow">@songyinghao </a><br />
William大虾，对，我也是这种情况，执行<br />
repo init -u git://android.git.kernel.org/platform/manifest.git 命令后，它只是进行了初始化安装，获取了我的name和email，并没有进行下载；<br />
而执行repo sync后，看似在搜索下载，可等了一晚上，发现目录里什么也没有！ 这是怎么回事，救命阿！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：songyinghao</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1496</link>
		<dc:creator>songyinghao</dc:creator>
		<pubDate>Mon, 10 May 2010 04:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1496</guid>
		<description>你好
我按照文中的步骤进行操作
执行完
repo sync
之后

我等了一天
并没有在Android目录下看到下载的东西 

请问这是怎么回事</description>
		<content:encoded><![CDATA[<p>你好<br />
我按照文中的步骤进行操作<br />
执行完<br />
repo sync<br />
之后</p>
<p>我等了一天<br />
并没有在Android目录下看到下载的东西 </p>
<p>请问这是怎么回事</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：【转贴】如何构建Android 1.5系统映像 &#187; 不然你要我怎么样</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1425</link>
		<dc:creator>【转贴】如何构建Android 1.5系统映像 &#187; 不然你要我怎么样</dc:creator>
		<pubDate>Fri, 19 Mar 2010 09:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1425</guid>
		<description>[...] 请先参考如何取得Android源代码一文，通过repo来取得当前最新的android主线代码（或者拿名为android-SDK-1.5_r1的tag也无妨）。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 请先参考如何取得Android源代码一文，通过repo来取得当前最新的android主线代码（或者拿名为android-SDK-1.5_r1的tag也无妨）。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：初学者</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1401</link>
		<dc:creator>初学者</dc:creator>
		<pubDate>Tue, 09 Mar 2010 05:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1401</guid>
		<description>您好！

我想知道，我该如何开始接触android的更低一点的层，或者开始学习源码？我是不是需要一个linux环境，我是不是该先学习linux。

谢谢！

我的基本介绍：
我对android的API 已经有一定的了解，使用上没有什么问题，我已经做过几个android的实际应用。
我懂c++,java ,不懂Linux</description>
		<content:encoded><![CDATA[<p>您好！</p>
<p>我想知道，我该如何开始接触android的更低一点的层，或者开始学习源码？我是不是需要一个linux环境，我是不是该先学习linux。</p>
<p>谢谢！</p>
<p>我的基本介绍：<br />
我对android的API 已经有一定的了解，使用上没有什么问题，我已经做过几个android的实际应用。<br />
我懂c++,java ,不懂Linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：tek-life &#187; [转]Git和Repo扫盲——如何取得Android源代码</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1374</link>
		<dc:creator>tek-life &#187; [转]Git和Repo扫盲——如何取得Android源代码</dc:creator>
		<pubDate>Fri, 12 Feb 2010 05:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1374</guid>
		<description>[...] 转自:http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 转自:http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：【转贴】如何构建Android 1.5 Linux内核映像 &#187; 不然你要我怎么样</title>
		<link>http://www.williamhua.com/2009/04/29/git-and-repo-for-dummies/comment-page-1/#comment-1193</link>
		<dc:creator>【转贴】如何构建Android 1.5 Linux内核映像 &#187; 不然你要我怎么样</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.williamhua.com/?p=140#comment-1193</guid>
		<description>[...] 请先参考我的另一篇文章如何取得Android源代码，确保正确地拿到了Android kernel/common项目的 Goldfish分支（该分支用于构建运行在emulator上的系统内核，而主线则是用于构建运行在实际设备上的内核代码）上的内核代码。另外，需要提 醒一下大家的是Android的sourcecode目前只能在Linux或者Mac OS下做交叉编译编译，Windows并没有被支持，以下将以Ubuntu 8.04为Host OS来说明。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 请先参考我的另一篇文章如何取得Android源代码，确保正确地拿到了Android kernel/common项目的 Goldfish分支（该分支用于构建运行在emulator上的系统内核，而主线则是用于构建运行在实际设备上的内核代码）上的内核代码。另外，需要提 醒一下大家的是Android的sourcecode目前只能在Linux或者Mac OS下做交叉编译编译，Windows并没有被支持，以下将以Ubuntu 8.04为Host OS来说明。 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
