Back on it –With Java? Ewww… Oh wait its android.

Have to spin up on yet another new technology.  Just finished a Windows 8 store application, now getting ready to take a stab into the Android and IPhone world.

Let’s get started on Installation:

Two paths you can take.   You can let the android install take over or you can customize your environment.

http://developer.android.com/sdk/index.html

From there you can use the Android SDK Manager to Download what you need.

– OR – (Custom)

http://www.java.com/en/download/win8.jsp?locale=en

Java Developer SDK (JDK)
http://www.oracle.com/technetwork/java/javase/downloads/jdk7u9-downloads-1859576.html

http://www.eclipse.org/downloads/

http://developer.android.com/sdk/installing/installing-adt.html  to install the ADT for Eclipse.

Download the ADT Plugin


  1. Start Eclipse, then select Help > Install New Software.
  2. Click Add, in the top-right corner.
  3. In the Add Repository dialog that appears, enter “ADT Plugin” for the Name and the following URL for the Location:
    https://dl-ssl.google.com/android/eclipse/
  4. Click OK.If you have trouble acquiring the plugin, try using “http” in the Location URL, instead of “https” (https is preferred for security reasons).
  5. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  6. In the next window, you’ll see a list of the tools to be downloaded. Click Next.
  7. Read and accept the license agreements, then click Finish.If you get a security warning saying that the authenticity or validity of the software can’t be established, click OK.
  8. When the installation completes, restart Eclipse.
Share on Facebook

Leave a Reply

Your email address will not be published.