<?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>Biobug.org &#187; Android</title>
	<atom:link href="http://biobug.org/index.php/category/projects/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://biobug.org</link>
	<description>Projects, notes, etc by Will O'Brien</description>
	<lastBuildDate>Sat, 04 Feb 2017 13:43:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Android ADK and ubuntu 12.10</title>
		<link>http://biobug.org/index.php/2013/03/03/android-adk-and-ubuntu-12-10/</link>
		<comments>http://biobug.org/index.php/2013/03/03/android-adk-and-ubuntu-12-10/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 16:02:41 +0000</pubDate>
		<dc:creator>willo</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://biobug.org/?p=376</guid>
		<description><![CDATA[I while back I played with setting up an android dev environment. It was annoying. I ended up throwing my hands up in the air and forgot the whole thing. Now I&#8217;ve got a project that needs android, and I&#8217;ve had some requests for certain android apps. So, I&#8217;ve acquired a Nexus 7 for dev [...]]]></description>
			<content:encoded><![CDATA[<p>I while back I played with setting up an android dev environment. It was annoying. I ended up throwing my hands up in the air and forgot the whole thing.</p>
<p>Now I&#8217;ve got a project that needs android, and I&#8217;ve had some requests for certain android apps. So, I&#8217;ve acquired a Nexus 7 for dev testing and decided to set up a linux workstation to develop on. I had a quad core xeon poweredge tower that&#8217;s been sitting in the floor for a few months. (previously it was my test ESXi host.)</p>
<p>So, I installed Ubuntu 12.10 in the usual fashion. (downloaded the iso and wasted a CD since I couldn&#8217;t find a thumb drive for it). Post installation, I updated.</p>
<pre>sudo apt-get update</pre>
<pre>sudo apt-get upgrade</pre>
<p>Then I needed a version of java to run this thing. The standard free dev environment is eclipse, which needs java.</p>
<pre>sudo apt-get install openjdk-7-jre-headless</pre>
<p>So now java -version returns some useful information.</p>
<p>java -version<br />
java version &#8220;1.7.0_15&#8243;<br />
OpenJDK Runtime Environment (IcedTea7 2.3.7) (7u15-2.3.7-0ubuntu1~12.10)<br />
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)</p>
<p>After that I downloaded the Android ADT bundle. The ADT bundle has eclipse preconfigured for android development. This is a huge improvement from before. My frustration on my previous attempt was really that eclipse wouldn&#8217;t configure properly. This way, it&#8217;s pretty trivial to get things running. However, I ran into a problem. When I launched eclipse from the adt bundle, I got an error. Eclipse popped up a window complaining about no such file when trying to run adb.</p>
<p>I have a 64 bit install of ubuntu. I installed the 64bit ADT bundle. However, it wants some 32bit tools! Back to apt-get!</p>
<p>sudo apt-get install ia32-libs</p>
<p>Say yes and let it install the 5 billion dependencies.</p>
<p>Try running eclipse again&#8230;</p>
<p>Boom! Headshot! For a second, it looked like it was broken. However, it&#8217;s just Ubuntu window management being goofy. Mouse over the menu bar at the top of the screen and the file menu and friends will appear. <a href="http://developer.android.com/training/basics/firstapp/creating-project.html">Now for some development&#8230;.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://biobug.org/index.php/2013/03/03/android-adk-and-ubuntu-12-10/feed/</wfw:commentRss>
		<slash:comments>1049</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->