<?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>Android from scratch &#187; SDK level 2.0</title>
	<atom:link href="http://android.opensourceror.org/category/sdk-level-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://android.opensourceror.org</link>
	<description>n00bs leading the n00bs</description>
	<lastBuildDate>Thu, 28 Jan 2010 01:50:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My emulator looks different than in the examples!</title>
		<link>http://android.opensourceror.org/2009/12/08/my-emulator-looks-different-than-in-the-examples/</link>
		<comments>http://android.opensourceror.org/2009/12/08/my-emulator-looks-different-than-in-the-examples/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 00:22:28 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[SDK level 2.0]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[n00b frustrations]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[skins]]></category>

		<guid isPermaLink="false">http://android.opensourceror.org/?p=8</guid>
		<description><![CDATA[
Illustrations of emulator usage in books and on the web have emulator skins that look like devices, but if your SDK is at all recent, the emulator doesn&#8217;t look like that &#8211; the screen is bare. This is a seemingly insignificant thing, but strangely no one seems to talk about it. I didn&#8217;t find any [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Illustrations of emulator usage <a href="http://www.manning.com/ableson/" target="_blank">in books</a> and <a href="http://blogspot.fluidnewmedia.com/2009/04/displaying-google-maps-in-the-android-emulator/" target="_blank">on the web</a> have emulator skins that look like devices, but if your SDK is at all recent, the emulator doesn&#8217;t look like that &#8211; the screen is bare. This is a seemingly insignificant thing, but strangely no one seems to talk about it. I didn&#8217;t find any documentation explaining this &#8211; I had to ask like a n00b on the IRC channel. Well, to save you the embarrassment &#8211; it&#8217;s pretty simple. For the API 1.5 and before, the emulator looks like a device. For 1.6 and after, it doesn&#8217;t. If you really want your emulator to look like that, you need to use an emulator targeted at 1.5 or before &#8211; as far as I can tell, there&#8217;s no setting you can use to configure 1.6 or 2.0 to show the device skin from 1.5.</p>
<div style="width: auto; height: auto;">
<div class="wp-caption aligncenter" style="width: 1034px"><img title="Emulator skins" src="https://wave.googleusercontent.com/wave/attachment/emulator-skins.png?id=bVzvsH3f13&amp;key=AH0qf5x26L6IQH5VA7Gj1QLzbYw-TfgOjw" alt="Emulators for versions 1.5 and 1.6" width="1024" height="577" /><p class="wp-caption-text">Emulators for versions 1.5 and 1.6</p></div>
</div>
<p><span style="&quot;full&quot;&gt;&lt;w:caption&gt;Emulators"> </span><span> </span></div>
]]></content:encoded>
			<wfw:commentRss>http://android.opensourceror.org/2009/12/08/my-emulator-looks-different-than-in-the-examples/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Missing dependencies for the Eclipse ADT plugin</title>
		<link>http://android.opensourceror.org/2009/12/07/missing-dependencies-for-the-eclipse-adt-plugin/</link>
		<comments>http://android.opensourceror.org/2009/12/07/missing-dependencies-for-the-eclipse-adt-plugin/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 13:26:43 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[ADT plugin]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[SDK level 2.0]]></category>
		<category><![CDATA[n00b frustrations]]></category>

		<guid isPermaLink="false">http://android.opensourceror.org/?p=3</guid>
		<description><![CDATA[When installing the plugin, depending on your setup, Eclipse may fail with a message that dependencies are missing.
]]></description>
			<content:encoded><![CDATA[<p>When installing the plugin, depending on your setup, Eclipse may fail with a message that dependencies are missing.</p>
<div style="width: auto; height: auto;">
<div class="wp-caption aligncenter" style="width: 747px"><img title="Dependency missing" src="https://wave.googleusercontent.com/wave/attachment/ADT_install_fail.png?id=6aACraaZ2&amp;key=AH0qf5wFAEUN_8OIViTLNCJ12R9_Lvx9Lg" alt="com.android.ide.eclipse.adt.feature.group requires org.eclipse.wst.xml.ui 0.0.0 but it could not be found" width="737" height="525" /><p class="wp-caption-text">com.android.ide.eclipse.adt.feature.group requires &#39;org.eclipse.wst.xml.ui 0.0.0&#39; but it could not be found</p></div>
</div>
<p>Unless your Eclipse is too old (the plugin requires 3.4 or above) this is not really a problem with Eclipse, the SDK, or ADT, but rather how various operating systems package Eclipse. The appropriate components need to be installed or Eclipse needs to be configured with the appropriate software update site for its version so that it can resolve dependencies for you.<span id="more-3"></span></p>
<p>For eclipse 3.5 (galileo) the appropriate update site is <a href="http://download.eclipse.org/releases/galileo" target="_blank">http://download.eclipse.org/releases/galileo</a> &#8211; if it is missing, you add it in the same place you add the plugin:</p>
<div style="width: auto; height: auto;">
<div class="wp-caption aligncenter" style="width: 672px"><img title="Eclipse update site" src="https://wave.googleusercontent.com/wave/attachment/Adding_update_site.png?id=6aACraaZ3&amp;key=AH0qf5zL5_VZlxgXIeps1233IcP_4jnnNA" alt="Adding the Galileo (Eclipse 3.5) update site" width="662" height="556" /><p class="wp-caption-text">Adding the Galileo (Eclipse 3.5) update site</p></div>
</div>
<p><strong>OS-specific experiences</strong></p>
<p>Under Windows, using the Java Developers version of Eclipse, I had no problems.</p>
<p>In Ubuntu 9.10 the default Eclipse install from the Ubuntu Software Center is almost useless. You need to use Synaptic to add to Eclipse after the default install is done; add the eclipse-jdt package. You also need to add the update site as above &#8211; it comes with none configured.</p>
<p>In Fedora, after installing elipse-platform and eclipse-jdt, I needed to go to Eclipse&#8217;s Software Sites dialog and enable the base site that was already there but disabled.</p>
<p>I haven&#8217;t tried it on Mac OS X; it probably just works, but comment here if that&#8217;s not so.<span><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://android.opensourceror.org/2009/12/07/missing-dependencies-for-the-eclipse-adt-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

