<?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>Jonathan C Dickinson &#187; Android</title>
	<atom:link href="http://jonathan.dickinsons.co.za/blog/category/programming/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathan.dickinsons.co.za/blog</link>
	<description>&#34;Jonathan Chayce Dickinson&#34;.ToString()</description>
	<lastBuildDate>Sat, 26 Feb 2011 14:21:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Android: Emulator Can&#8217;t Find Images</title>
		<link>http://jonathan.dickinsons.co.za/blog/2010/06/android-emulator-cant-find-images/</link>
		<comments>http://jonathan.dickinsons.co.za/blog/2010/06/android-emulator-cant-find-images/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 11:07:31 +0000</pubDate>
		<dc:creator>Jonathan Dickinson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Top Hacks]]></category>

		<guid isPermaLink="false">http://jonathan.dickinsons.co.za/blog/?p=201</guid>
		<description><![CDATA[Fix the 'could not find virtual device named' error with Android Emulator.]]></description>
			<content:encoded><![CDATA[<p>If you are getting an error message from the Android emulator similar to:</p>
<pre class="brush: plain;">
emulator: ERROR: unknown virtual device name: 'xxx'
emulator: could not find virtual device named 'xxx'
</pre>
<p>It&#8217;s because the Android emulator works a little differently from the rest of the SDK (the rest of the SDK is Java, emulator.exe is C/++). The rest of the SDK behaves correctly in terms of user home folder (I move mine to a different hard disk) and emulator.exe has it hardcoded (depending on your OS). In Windows 7 and Vista that means it ALWAYS looks in &#8220;C:\Users\&lt;username&gt;\.android&#8221;. The fix for this is simple (in a command prompt under Vista/Win7):</p>
<pre class="brush: plain;">
C:
cd C:\Users\&lt;user name&gt;
mklink /j .android &lt;new home directory&gt;\.android
</pre>
<p>Worked for me. Source: <a href="http://forum.xda-developers.com/showpost.php?p=5612951&#038;postcount=12">XDA Developers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathan.dickinsons.co.za/blog/2010/06/android-emulator-cant-find-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

