<?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>Webdevelopment at huuah.com &#187; ide</title>
	<atom:link href="http://huuah.com/tag/ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://huuah.com</link>
	<description>webdevelopment, cms, php, javascript etc</description>
	<lastBuildDate>Sun, 20 Nov 2011 20:30:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Android development platform on Ubuntu 9.10</title>
		<link>http://huuah.com/android-development-platform-on-ubuntu-9-10/</link>
		<comments>http://huuah.com/android-development-platform-on-ubuntu-9-10/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 22:25:15 +0000</pubDate>
		<dc:creator>js - huuah</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ide]]></category>

		<guid isPermaLink="false">http://huuah.com/?p=492</guid>
		<description><![CDATA[<p>Here is a quick guide on installing a development environment (using the Eclipse IDE) for Android applications on Ubuntu 9.10.</p>
<p>1. Open the Synaptic package manager and install the <code>sun-java6-jdk</code> and the <code>eclipse</code> package (and of-course accept the depending packages).</p>
<p>2. Verify that you have a working java enviroment by &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Here is a quick guide on installing a development environment (using the Eclipse IDE) for Android applications on Ubuntu 9.10.</p>
<p>1. Open the Synaptic package manager and install the <code>sun-java6-jdk</code> and the <code>eclipse</code> package (and of-course accept the depending packages).</p>
<p>2. Verify that you have a working java enviroment by running <code>java -version</code> in a terminal.</p>
<p>3. Download the lasted version of the Android SDK at android.com (<a href="http://developer.android.com/sdk/index.html">http://developer.android.com/sdk/index.html</a>).</p>
<p>4. Unpack the SDK file to your home directory (or somewhere else &#8211; its your choice)</p>
<p>5. Open the newly installed Eclipse IDE.</p>
<p>6. In Eclipse goto the <code>Help</code> menu and select the <code>Install New Software</code></p>
<p>7. Click <code>Add</code> and create a site with this url: <strong>http://download.eclipse.org/releases/galileo/</strong></p>
<p>8. Now search for <code>wst</code> and install the <code>WST Server Adapters</code>.</p>
<p>9. Add another site with this url: <strong>http://dl-ssl.google.com/android/eclipse/</strong> and install the <code>Android Development Tools</code>.</p>
<p>10. Select the <code>Window</code> menu in Eclipse and open the <code>preferences</code>. Select the Android section and set the SDK location to the directory where the SDK in unpacked (in sted 4).</p>
<p>11. Open a terminal/command prompt, go to the tools directory inside the SDK (which we unpacked in step 4) and run the <code>android</code> program. Select the <code>Settings</code> menu and check the <code>Force https ..</code> field. Then go to the <code>Available Packages</code> and select which version(s) that you want to develop to. When done, close the program.</p>
<p>The IDE is now ready to go. </p>
<p>Further reading could be the Hello World tutorial over at android.com (<a href="http://developer.android.com/guide/tutorials/hello-world.html">http://developer.android.com/guide/tutorials/hello-world.html</a>) that also lists how to setup an emulator for testing the applications. (something like <code>android create avd --target 1 --name my_avd</code>)</p>
<p>I hope this can help you get started.</p>
<p>Please post any comments you may have.</p>
]]></content:encoded>
			<wfw:commentRss>http://huuah.com/android-development-platform-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

