<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>William Hua的Blog &#187; Debug</title>
	<atom:link href="http://www.williamhua.com/tag/debug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.williamhua.com</link>
	<description>一个关于生活感悟、新奇见闻、互联网和消费电子的Blog</description>
	<lastBuildDate>Mon, 04 Jul 2011 01:29:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>把Android源代码加入SDK(Updated)</title>
		<link>http://www.williamhua.com/2009/06/add-android-sourcecode-to-the-sdk/</link>
		<comments>http://www.williamhua.com/2009/06/add-android-sourcecode-to-the-sdk/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:11:05 +0000</pubDate>
		<dc:creator>William Hua</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[嵌入式开发]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[源代码]]></category>
		<category><![CDATA[调试]]></category>

		<guid isPermaLink="false">http://www.williamhua.com/?p=172</guid>
		<description><![CDATA[各位调试Android程序的时候遇到“source not found”错误应该很抓狂吧，Goolge在发布SDK时没有把源代码包含进去着实有点让人费解，对很多人来说Git无疑是个生涩的东西，而framework中所有Java代码加起来打个包也就是20多MB。更要命的是，Android Eclipse plugin (ADT)不允许我们在项目属性中attach源代码到android.jar上。好在<a href="http://stuffthathappens.com/blog/2008/11/01/browsing-android-source-in-eclipse/">Eric Burke找到了把source加入到SDK中的办法</a>，通过分析ADT的源代码我们知道ADT是从SDK目录下的<strong>“sources”</strong>目录来查找class对应的源代码，这样我们只要把源代码放到sources目录中ADT就可以自动找到对应的源代码了。]]></description>
		<wfw:commentRss>http://www.williamhua.com/2009/06/add-android-sourcecode-to-the-sdk/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

