<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>Brian's Blog</title>
  <link rel="alternate" type="text/html" href="http://www.bkriesel.com/" />
  <link rel="self" href="http://www.bkriesel.com/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2011-12-11T17:59:00.4427205-05:00</updated>
  <author>
    <name>Brian Kriesel</name>
  </author>
  <subtitle />
  <id>http://www.bkriesel.com/</id>
  <generator uri="http://dasblog.info/" version="2.3.9074.18820">DasBlog</generator>
  <entry>
    <title>Getting Your development environment Setup to create Kindle Fire Android Apps</title>
    <link rel="alternate" type="text/html" href="http://www.bkriesel.com/2011/12/11/GettingYourDevelopmentEnvironmentSetupToCreateKindleFireAndroidApps.aspx" />
    <id>http://www.bkriesel.com/PermaLink,guid,dc5d9443-0af9-4c31-8f71-e9254f14d5f2.aspx</id>
    <published>2011-12-11T17:50:11.625-05:00</published>
    <updated>2011-12-11T17:59:00.4427205-05:00</updated>
    <category term="Android" label="Android" scheme="http://www.bkriesel.com/CategoryView,category,Android.aspx" />
    <category term="Development" label="Development" scheme="http://www.bkriesel.com/CategoryView,category,Development.aspx" />
    <category term="Eclipse" label="Eclipse" scheme="http://www.bkriesel.com/CategoryView,category,Eclipse.aspx" />
    <author>
      <name>Brian Kriesel</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
To start developing Android applications there are a couple of things that you need
to download and install. 
</p>
        <p>
1. The latest java JDK <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html"> http://www.oracle.com/technetwork/java/javase/downloads/index.html </a></p>
        <p>
2. You will need is the Android SDK. It can be downloaded at <a href="http://developer.android.com/sdk/index.html">http://developer.android.com/sdk/index.html </a></p>
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-1.JPG" />
        <p>
Once this is installed, Open it and install the Android 2.3.3 (API 10) SDK Platform 
</p>
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-2.JPG" />
        <p>
3. You will need to install Eclipse <a href="http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a> According
to Google the "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version
of Eclipse is recommended. The nice thing about eclipse is you don’t have to install
anything you just download the zip file and extract it somewhere convenient. I’m using
windows 7 so I created a C:\Program Files (x86)\eclipse\ folder. 
</p>
        <p>
4. Finally you need to install the ADT plug-in for eclipse. 
</p>
        <p>
a. In Eclipse goto Help --&gt; Install new Software 
</p>
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-3.JPG" />
        <p>
b. Enter <a href="https://dl-ssl.google.com/android/eclipse/">https://dl-ssl.google.com/android/eclipse/</a> in
the works with drop down and click add 
</p>
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-4.JPG" />
        <p>
c. Type ADT Plugin (The name isn’t that important) and click ok
</p>
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-5.JPG" />
        <p>
d. Select developer tools and click Next 
</p>
        <p>
If you get the error Cannot complete the install because one or more required items
could not be found. Software being installed: Android Development Tools 15.0.1.v201111031820-219398
(com.android.ide.eclipse.adt.feature.group 15.0.1.v201111031820-219398) You just need
to add the update site to <a href="http://download.eclipse.org/releases/indigo">http://download.eclipse.org/releases/indigo</a> you
don’t actually have to install anything. So go back to the goto Help --&gt; Install new
Software and in the Work with text box put the string <a href="http://download.eclipse.org/releases/indigo">http://download.eclipse.org/releases/indigo</a> and
click Add. Then go back and repeat step 4a and install the ADT Plugin 
</p>
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-6.JPG" />
        <p>
e. Accept the license terms
</p>
        <p>
f. Agree to install software that contains unsigned content. 
</p>
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-7.JPG" />
        <p>
g. Restart Eclipse (It’s nice it’s not the entire OS) 
</p>
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-9.JPG" />
        <br />
        <p>
h. A welcome to Android Development Window will open tell it the location that you
installed the sdk managager. 
</p>
        <br />
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-10.JPG" />
        <img border="0" src="http://www.bkriesel.com/content/binary/12-11-2011-11.JPG" />
        <p>
This is everything you should need to get the IDE setup to create your first Kindle
Fire Application. In my next post I will go over how to create a hello World application
and how to setup the emulator to emulate the kindle fire. 
</p>
        <img width="0" height="0" src="http://www.bkriesel.com/aggbug.ashx?id=dc5d9443-0af9-4c31-8f71-e9254f14d5f2" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Church-A-Versary</title>
    <link rel="alternate" type="text/html" href="http://www.bkriesel.com/2011/09/08/ChurchAVersary.aspx" />
    <id>http://www.bkriesel.com/PermaLink,guid,674ddc1d-cdb8-4878-819e-e6494758a003.aspx</id>
    <published>2011-09-08T15:51:47.928-04:00</published>
    <updated>2011-09-08T16:11:14.9258696-04:00</updated>
    <author>
      <name>Brian Kriesel</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
A year and a day ago we were lucky enough to get an English Bulldog named Churchill.
He has been a great pet. 
</p>
        <p>
          <img border="0" src="content/binary/Churchill2.jpg" alt="English Bulldog Churchill" />
        </p>
        <p>
          <iframe width="420" height="345" src="http://www.youtube.com/embed/5lh3V_DaPaA" frameborder="0" allowfullscreen="allowfullscreen">
          </iframe>
        </p>
        <img width="0" height="0" src="http://www.bkriesel.com/aggbug.ashx?id=674ddc1d-cdb8-4878-819e-e6494758a003" />
      </div>
    </content>
  </entry>
  <entry>
    <title>First Post Of Re-launch</title>
    <link rel="alternate" type="text/html" href="http://www.bkriesel.com/2011/09/07/FirstPostOfRelaunch.aspx" />
    <id>http://www.bkriesel.com/PermaLink,guid,c48eb76a-9c72-40b1-974f-578fa2a69689.aspx</id>
    <published>2011-09-07T19:58:39.147-04:00</published>
    <updated>2011-09-07T20:02:10.6317493-04:00</updated>
    <author>
      <name>Brian Kriesel</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
I haven't done anything with bkriesel.com. I find this disappointing and I'm going
to consistently get some content up here. 
<br /><img width="0" height="0" src="http://www.bkriesel.com/aggbug.ashx?id=c48eb76a-9c72-40b1-974f-578fa2a69689" /></div>
    </content>
  </entry>
</feed>
