<?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 and Me &#187; install android sdk</title>
	<atom:link href="http://androidandme.com/tag/install-android-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://androidandme.com</link>
	<description>Meet Your New Android Friend.  Your Community For All Things Google Android.</description>
	<lastBuildDate>Fri, 10 Feb 2012 01:13:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to install Android SDK and play with Android 2.0 in the emulator</title>
		<link>http://androidandme.com/2009/10/news/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator</link>
		<comments>http://androidandme.com/2009/10/news/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 20:00:54 +0000</pubDate>
		<dc:creator>Justin Shapcott</dc:creator>
				<category><![CDATA[Android OS News]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[android 2.0]]></category>
		<category><![CDATA[bits]]></category>
		<category><![CDATA[eclair]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[install android sdk]]></category>
		<category><![CDATA[planetandroid]]></category>

		<guid isPermaLink="false">http://androidandme.com/?p=6610</guid>
		<description><![CDATA[Step by step instructions for poking around in Android 2.0.]]></description>
			<content:encoded><![CDATA[<p>Google has released the Android 2.0 SDK as of October 27th, 2009. We know how eager everyone has been to get their hands on Android 2.0, so we have decided to write up instructions so that anyone may download and install the SDK, then create and run an emulator instance.</p>
<p>Note, the emulator is not intended to duplicate any particular device, so treat this more as a look at some of the core new features of Android 2.0 than an emulation of any current or future device. Also, things that require hardware features are not available in the emulator. No multi-touch in here guys (unless you manage to get two mice to work?).</p>
<p>Enough of the talk, let&#8217;s get down to business.</p>
<p><strong>1)      Download appropriate file for your system from <a href="http://developer.android.com/sdk/index.html" target="_blank">http://developer.android.com/sdk/index.html</a></strong></p>
<p><strong>2)      Extract to desired location</strong></p>
<p><strong>3)      Run “SDK Setup.exe” (or the equivalent for your system)</strong></p>
<div id="attachment_6620" class="wp-caption aligncenter" style="width: 519px"><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/001.png"><img class="size-large wp-image-6620" title="001" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/001-509x259.png" alt="Launch sdksetup.ext" width="509" height="259" /></a><p class="wp-caption-text">Launch sdksetup.ext</p></div>
<p style="padding-left: 30px;">a.       If you receive an error message stating “Failed to fetch url&#8230;” then you will have to force the Setup program to use http in lieu of https.</p>
<p style="padding-left: 30px;">
<div id="attachment_6621" class="wp-caption aligncenter" style="width: 460px"><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/002.png"><img class="size-full wp-image-6621" title="002" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/002.png" alt="Got this error? Follow the steps." width="450" height="300" /></a><p class="wp-caption-text">Got this error? Follow the steps.</p></div>
<p style="padding-left: 60px;">i.      Close the “Refresh Sources” window</p>
<p style="padding-left: 60px;">ii.      Cancel the “Choose Packages to Install” window</p>
<p style="padding-left: 60px;">iii.      Select “Settings” from the left side of the “Android SDK and AVD Manager” window</p>
<p style="padding-left: 60px;">iv.      Check the box labeled “Force https://&#8230; sources to be fetched using http://&#8230;”</p>
<p style="padding-left: 60px;">v.      Click “Save and Apply”</p>
<p style="padding-left: 60px;">vi.      Close and restart the SDK Setup program</p>
<p><strong>4)      Choose the packages that you wish install</strong></p>
<div id="attachment_6622" class="wp-caption aligncenter" style="width: 520px"><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/003.png"><img class="size-large wp-image-6622" title="003" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/003-510x340.png" alt="Select only the packages you need." width="510" height="340" /></a><p class="wp-caption-text">Select only the packages you need.</p></div>
<p style="padding-left: 30px;">a.       If you are only interested in trying out the Android 2.0 Emulator</p>
<p style="padding-left: 60px;">i.      Reject everything except “SDK Platform Android 2.0. API 5, revision 1” by selecting each item then selecting the Reject option</p>
<p style="padding-left: 30px;">b.      If you plan to develop Android applications and Games, you may wish to Accept All</p>
<p style="padding-left: 30px;">c.       Click “Install Selected”</p>
<p><strong>5)      Allow the selected packages to download and install then close the “Installing Archives” window</strong></p>
<p><strong>6)      Create a new Android Virtual Device (AVD)</strong></p>
<div id="attachment_6624" class="wp-caption aligncenter" style="width: 410px"><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/005.png"><img class="size-full wp-image-6624" title="005" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/005.png" alt="These are the settings to emulate the Moto Droid." width="400" height="521" /></a><p class="wp-caption-text">These are the settings to emulate the Moto Droid.</p></div>
<p style="padding-left: 30px;">a.       Select “Virtual Devices” from the left side of the “Android SDK and AVD Manager” window</p>
<p style="padding-left: 60px;">i.      Click “New”</p>
<p style="padding-left: 60px;">ii.      Enter a Name</p>
<p style="padding-left: 60px;">iii.      Choose a Target</p>
<p style="padding-left: 60px;">iv.      Enter a size for the emulated SD Card</p>
<p style="padding-left: 60px;">v.      Choose a Skin</p>
<p style="padding-left: 90px;">1.      To emulate current hardware such as the G1, MyTouch 3G, Hero, etc…</p>
<p style="padding-left: 120px;">a.       Leave the default value</p>
<p style="padding-left: 90px;">2.      To emulate the Motorola Droid</p>
<p style="padding-left: 120px;">a.       Choose WVGA 854</p>
<p style="padding-left: 90px;">3.      To emulate other devices</p>
<p style="padding-left: 120px;">a.       Choose anything else</p>
<p style="padding-left: 60px;">vi.      Click “Create AVD”</p>
<p><strong>7)      Start your newly created Virtual Device</strong></p>
<div id="attachment_6625" class="wp-caption aligncenter" style="width: 520px"><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/006.png"><img class="size-large wp-image-6625" title="006" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/006-510x296.png" alt="A successfully created AVD." width="510" height="296" /></a><p class="wp-caption-text">A successfully created AVD.</p></div>
<p style="padding-left: 30px;">a.       Choose the Virtual Device from the list</p>
<p style="padding-left: 30px;">b.      Click “Start&#8230;”</p>
<p style="padding-left: 30px;">c.       Click “Launch”</p>
<p style="padding-left: 30px;">
<div id="attachment_6626" class="wp-caption aligncenter" style="width: 247px"><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/007.png"><img class="size-full wp-image-6626" title="007" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/007.png" alt="Just click launch." width="237" height="267" /></a><p class="wp-caption-text">Just click launch.</p></div>
<p><strong>8)      Allow copious time for Emulator to start up</strong></p>
<p><strong></p>
<div id="attachment_6627" class="wp-caption aligncenter" style="width: 520px"><strong><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/008.png"><img class="size-large wp-image-6627" title="008" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/008-510x501.png" alt="First startup will take a few minutes." width="510" height="501" /></a></strong><p class="wp-caption-text">First startup will take a few minutes.</p></div>
<p></strong></p>
<p><strong>9)      Enjoy!</strong></p>
<div id="attachment_6615" class="wp-caption aligncenter" style="width: 520px"><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/androidemu.png"><img class="size-large wp-image-6615" title="androidemu" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/androidemu-510x359.png" alt="Android 2.0" width="510" height="359" /></a><p class="wp-caption-text">Android 2.0</p></div>
]]></content:encoded>
			<wfw:commentRss>http://androidandme.com/2009/10/news/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator/feed/</wfw:commentRss>
		<slash:comments>148</slash:comments>
		</item>
	</channel>
</rss>

