Tuesday, October 23, 2012

How To Install Android SDK


How To Install Android SDK
Here you will get complete guide how to install android SDK on you computer to get started will android. Installing android is not a big deal but there are 3 to 4 things to install to get started and that's what makes android installation complicated for some user.

Step 1
For Android SDK you must have Windows XP, Windows Vista or Windows 7.

Step 2
Install JDK or JRE



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

Step 3
Install Eclipse





For 32 bit
http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-win32.zip

For 64 bit
http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-win32-x86_64.zip


Step 4
Install Android SDK



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

Step 5

http://developer.android.com/sdk/eclipse-adt.html

After installing Eclipse and Android SDK you must install Android Development Tools (ADT) Plugin to built android project in eclipse.

1- Start Eclipse then Help -> Install New Software
2- Click Add, in the top-right corner.
3- In the Add Repository dialog that appears, type  following URL for the Location:

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

4-In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
5-In the next window, you'll see a list of the tools to be downloaded. Click Next.
6-Read and accept the license agreements, then click Finish.
7-When the installation completes, restart Eclipse

Step 6
Open Eclipse then Windows . If you will see Android SDK and AVD Manager then it mean that you can now start development in android
If you don't see Android Project in New then go to Other and select Android Project.
After Selecting Android Project if Built Target is empty then go to Windows ->  Preferences and select android then locate you installed SDK in SDK location 

Click here to get all links that will help you to install android SDK


No comments:

Post a Comment