<?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 &#8211; Mikael Röjnert &#8211; Försöker göra världen lite roligare</title>
	<atom:link href="http://mikael.rojnert.se/tag/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikael.rojnert.se</link>
	<description>Hör gärna av dig om du har några tankar kring det jag skapat</description>
	<lastBuildDate>Wed, 01 Mar 2023 19:55:35 +0000</lastBuildDate>
	<language>sv-SE</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.2</generator>

<image>
	<url>http://mikael.rojnert.se/wp-content/uploads/logo2-150x36.png</url>
	<title>Android &#8211; Mikael Röjnert &#8211; Försöker göra världen lite roligare</title>
	<link>http://mikael.rojnert.se</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Simplified instructions for installing the tools needed to develope for Android on Windows</title>
		<link>http://mikael.rojnert.se/simplified-instructions-for-installing-the-tools-needed-to-develope-for-android-on-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simplified-instructions-for-installing-the-tools-needed-to-develope-for-android-on-windows</link>
					<comments>http://mikael.rojnert.se/simplified-instructions-for-installing-the-tools-needed-to-develope-for-android-on-windows/#comments</comments>
		
		<dc:creator><![CDATA[Mikael Röjnert]]></dc:creator>
		<pubDate>Fri, 12 Nov 2010 10:25:10 +0000</pubDate>
				<category><![CDATA[Lärdomar]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[Simple]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://mikael.rojnert.se/?p=570</guid>

					<description><![CDATA[Some days ago I tried to encourage my brother to start coding for Android. When I looked at the instructions for installing the tools needed to develope for Android on Windows they involved several steps and you needed to jump back and forward between different pages. A bit too much for my taste and not [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Some days ago I tried to encourage my brother to start coding for Android. When I looked at the instructions for installing the tools needed to develope for Android on Windows they involved several steps and you needed to jump back and forward between different pages. A bit too much for my taste and not so usable, so this is a try to streamline the instructions. For further help etc please visit <a title="Install Android sdk" href="http://developer.android.com/sdk/installing.html">the Android SDK source pages</a>. If I have missed anything or things could be done smoother you are free to <a title="Kontakt - Mikael Röjnert" href="../kontakt/">contact me</a> or comment below. Most of the text is cut and pasted from <a title="Install Android sdk" href="http://developer.android.com/sdk/installing.html">the Android SDK source pages</a> I just wanted everything in one place and thought I could share it with you.<a title="Install Android sdk" href="http://developer.android.com/sdk/installing.html"><br />
</a></p>
<ol>
<li>1. Check <a href="http://developer.android.com/sdk/requirements.html">System Requirements</a></li>
<li>2. Download and install the <a href="http://java.sun.com/javase/downloads/index.jsp">JDK</a></li>
<li>3. Download and install <a title="Eclipse SDK 3.5 win 32" href="http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.5-200906111540/eclipse-SDK-3.5-win32.zip">Eclipse Classic 3.5 Win 32-bit</a> ( There are known issues with the ADT plugin running with Eclipse 3.6. Please stay on 3.5 until further notice. 2010-10-19) <a href="http://www.eclipse.org/downloads/">(Source</a>)</li>
<li>4. Download the Android SDK starter package Android SDK (<a href="http://developer.android.com/sdk/index.html">Instruction source)</a>
<ol>
<li>a. Install the SDK, unpack the starter package to a safe location</li>
<li>b. Add the SDK location to your PATH. (<a title="Setting PATH on Windows" href="http://www.computerhope.com/issues/ch000549.htm">Instructions for setting PATH</a>)</li>
</ol>
</li>
<li>5. Install ADT (eclipse 3.5) <a href="http://developer.android.com/sdk/eclipse-adt.html">(Instruction source)</a>
<ol>
<li>a. Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New Software</strong>.</li>
<li>b. In the Available Software dialog, click <strong>Add&#8230;</strong>.</li>
<li>c. In the Add Site dialog that appears, enter a name for the remote site (for example, &#8221;Android Plugin&#8221;) in the &#8221;Name&#8221; field.</li>
<li>d. In the &#8221;Location&#8221; field, enter this URL: https://dl-ssl.google.com/android/eclipse/<br />
Note: If you have trouble acquiring the plugin, you can try using &#8221;http&#8221; in the URL, instead of &#8221;https&#8221; (https is preferred for security reasons).</li>
<li>e. Click <strong>OK</strong>.</li>
<li>f. Back in the Available Software view, you should now see &#8221;Developer Tools&#8221; added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click <strong>Next</strong>.</li>
<li>g. In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click <strong>Next</strong> to read and accept the license agreement and install any dependencies, then click <strong>Finish</strong>.</li>
<li>h. Restart Eclipse.</li>
</ol>
</li>
<li>6. Configuring the ADT Plugin
<ol>
<li>a. Select <strong>Window</strong> &gt; <strong>Preferences&#8230;</strong> to open the Preferences panel (Mac OS X: <strong>Eclipse</strong> &gt; <strong>Preferences</strong>).</li>
<li>b. Select <strong>Android</strong> from the left panel.</li>
<li>c. For the <em>SDK Location</em> in the main panel, click <strong>Browse&#8230;</strong> and locate your downloaded SDK directory.</li>
<li>d. Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
</ol>
</li>
<li>7. Add SDK Components <a href="http://developer.android.com/sdk/adding-components.html">(Instruction source)</a> <strong>Important:</strong> Before you install SDK components, we recommend that you disable any antivirus programs that may be running on your computer. 2010-10-19
<ol>
<li>a. Open Eclipse</li>
<li>b. Select <strong>Window</strong> &gt; <strong>Android SDK and AVD Manager</strong>.</li>
<li>c. Select <strong>Available Packages</strong> in the left panel. This will reveal all of the components that are currently available for download from the SDK repository.</li>
<li>d. Select the component(s) you&#8217;d like to install and click <strong>Install Selected</strong>. If you aren&#8217;t sure which packages to select, read <a href="http://developer.android.com/sdk/installing.html#which">Which components do I need?</a>.</li>
<li>e. Verify and accept the components you want and click <strong>Install Accepted</strong>. The components will now be installed into your existing Android SDK directories.</li>
</ol>
</li>
<li>8. A good place to start your coding adventures <a href="http://developer.android.com/resources/tutorials/hello-world.html">Hello World tutorial</a></li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>http://mikael.rojnert.se/simplified-instructions-for-installing-the-tools-needed-to-develope-for-android-on-windows/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Object Caching 6/57 objects using Disk
Page Caching using Disk: Enhanced 

Served from: mikael.rojnert.se @ 2024-04-30 17:46:14 by W3 Total Cache
-->