Search This Blog

Tuesday, May 17, 2011

Setting up Android Development tools on Windows

Ok so here’s the quick how to:

1) Download and install Eclipse from here

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

Choose the Eclipse IDE for Java Developers 32 bit version
(64 bit version has issues with Android plugins at time of writing)

Just download.. unzip and put into a new folder on your PC.. say Program Files..

 

2) Download and install the Java JDK from here:

http://www.oracle.com/technetwork/java/javase/downloads/index.html

(again 32 bit option - x86)

Go with default install location is fine here..

 

3) Install the Android SDK from here:

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

Choose the Windows Installer version as it is a lot easier in this case, as it pulls down various plug in options later in the steps.

If you get an error saying the JDK couldn’t be found then press the BACK button on the install dialogue box.. then push NEXT again.. this time it finds it.. weird install bug.

Change the install path!!! Take out the spaces otherwise you’ll get problems later on.. so make it start with c:\android\

Accept all the options and wait for download/install…

4) Next we need to configure the Eclipse ADT plug in…

Load Eclipse then go to the Help menu.. Choose Install new software

In the Work With box enter>>

https://dl-ssl.google.com/android/eclipse

Give it the Name:   Android
Click OK and wait…

(If you have problems check this link which has details on a ZIP download alternative >> http://developer.android.com/sdk/eclipse-adt.html  )

Select all, accept licences.. set it going an wait for it to complete.

Restart Eclipse…

Now go to Window > Preference
Choose Andriod > Specify your Android install location (eg C:\Android\AndroidSDK…)

No comments: