<?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>SEO杂碎 &#187; Android</title>
	<atom:link href="http://blog.zxlm.cn/category/android/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zxlm.cn</link>
	<description>一个经得起时间考验的人</description>
	<lastBuildDate>Mon, 30 Aug 2010 12:51:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>By Android post</title>
		<link>http://blog.zxlm.cn/2010/06/by-android-post.html</link>
		<comments>http://blog.zxlm.cn/2010/06/by-android-post.html#comments</comments>
		<pubDate>Sat, 12 Jun 2010 05:01:46 +0000</pubDate>
		<dc:creator>cgSEO</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2010/06/by-android-post.html</guid>
		<description><![CDATA[这是通过Android手机发的文章。 智能手机真方便！ 附我的工作台:]]></description>
			<content:encoded><![CDATA[<p>这是通过Android手机发的文章。</p>
<p>智能手机真方便！</p>
<p>附我的工作台:</p>
<p style="text-align: center;"><a href="http://blog.zxlm.cn/wp-content/uploads/2010/06/wpid-12763188201571.jpg"><img class="aligncenter" style="display: block; margin-right: auto; margin-left: auto;" src="http://blog.zxlm.cn/wp-content/uploads/2010/06/wpid-1276318820157.jpg" alt="image" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2010/06/by-android-post.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>mulator: could not find virtual device named &#8216;AVD Name&#8217;</title>
		<link>http://blog.zxlm.cn/2009/08/mulator-could-not-find-virtual-device-named-avd-name.html</link>
		<comments>http://blog.zxlm.cn/2009/08/mulator-could-not-find-virtual-device-named-avd-name.html#comments</comments>
		<pubDate>Tue, 25 Aug 2009 02:54:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[mulator]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2009/08/mulator-could-not-find-virtual-device-named-avd-name.html</guid>
		<description><![CDATA[使用Eclipse开发Android程序过程中，通过Eclipse启动Android模拟器时出现以下错误： [2009-05-14 12:05:24 &#8211; Emulator] emulator: ERROR: unknown virtual device name: &#8216;Firehack&#8217; [2009-05-14 12:05:24 &#8211; Emulator] emulator: could not find virtual device named &#8216;Firehack&#8217; 而且已经新建了一个名称为&#34;Firehack&#34;（F:\Personal\.android\avd\Firehack.avd）的 Android Virtual Devices，因为所用的操作系统之前做过修改&#34;个人资料&#34;目录即将原来位于系统盘中的桌面转移到了F:\Personal。 因此问题的原因就很简单了，将&#34;F:\Personal\&#34;目录下的&#34;.android&#34;目录复制到&#34;C:\Documents and Settings\Administrator&#34;（如果您当前使用的用户为Administrator的话）。再次运行Android模拟器，一切恢复正常了。 完整的出错信息： [2009-08-23 17:03:43 - ApiDemos] Android Launch! [2009-08-23 17:03:43 - ApiDemos] adb is running normally. [2009-08-23 17:03:43 - ApiDemos] Performing com.example.android.apis.ApiDemos activity launch [2009-08-23]]></description>
			<content:encoded><![CDATA[<div><span>使用Eclipse开发Android程序过程中，通过Eclipse启动Android模拟器时出现以下错误：</span></div>
<div><span>[2009-05-14 12:05:24 &ndash; Emulator] emulator: ERROR: unknown virtual device name: &lsquo;Firehack&rsquo;</span></div>
<div><span>[2009-05-14 12:05:24 &ndash; Emulator] emulator: could not find virtual device named &lsquo;Firehack&rsquo;</span></div>
<div><span><br />
</span></div>
<div><span>而且已经新建了一个名称为&quot;Firehack&quot;（F:\Personal\.android\avd\Firehack.avd）的 Android Virtual Devices，因为所用的操作系统之前做过修改&quot;个人资料&quot;目录即将原来位于系统盘中的桌面转移到了F:\Personal。</span></div>
<div><span><br />
</span></div>
<div><span>因此问题的原因就很简单了，<span style="color: rgb(128, 0, 0); "><span style="font-size: larger; "><strong>将&quot;F:\Personal\&quot;目录下的&quot;.android&quot;目录复制到&quot;C:\Documents and Settings\Administrator&quot;（如果您当前使用的用户为Administrator的话）</strong></span></span>。再次运行Android模拟器，一切恢复正常了。</span></div>
<div><span><br />
</span></div>
<div><span>完整的出错信息：</span></div>
<div><span>[2009-08-23 17:03:43 - ApiDemos] Android Launch!</span></div>
<div><span>[2009-08-23 17:03:43 - ApiDemos] adb is running normally.</span></div>
<div><span>[2009-08-23 17:03:43 - ApiDemos] Performing com.example.android.apis.ApiDemos activity launch</span></div>
<div><span>[2009-08-23 17:03:43 - ApiDemos] Automatic Target Mode: launching new emulator with compatible AVD &#8216;Firehack&#8217;</span></div>
<div><span>[2009-08-23 17:03:43 - ApiDemos] Launching a new emulator with Virtual Device &#8216;Firehack&#8217;</span></div>
<div><span>[2009-08-23 17:03:43 - Emulator] emulator: ERROR: unknown virtual device name: &#8216;Firehack&#8217;</span></div>
<div><span>[2009-08-23 17:03:43 - Emulator] emulator: could not find virtual device named &#8216;Firehack&#8217;</span></div>
<div><span>[2009-08-23 17:05:50 - ApiDemos] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></div>
<div><span><br />
</span></div>
<div><span>解决方案来源： <a target="_blank" href="http://forums.pragprog.com/forums/67/topics/2709">http://forums.pragprog.com/forums/67/topics/2709</a></span></div>
<p>I ran into this very problem. One tool was getting my home directory from the registry (HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Desktop) and another tool was getting it from an environment variable (HOMEPATH or USERPROFILE). For me they didn&rsquo;t match. I fixed it by changing the Windows registry using the regedit command. Warning: it&rsquo;s easy to mess up your registry and render your machine unusable if you don&rsquo;t know what you&rsquo;re doing in regedit.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2009/08/mulator-could-not-find-virtual-device-named-avd-name.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
