Thursday 17 April 2014

How to download and install android

There are 3 ways:

1. Manual
2. ADT Bundle
3. Android Studio

Steps to Configure the Android Environment Manually:

1. Manual
 we need following
1. Eclipse IDE
2. ADT Plugin
3. Android SDK

 Steps:

 1. Copy all the files from ADT
 2. Paste into the eclipse root directory
 3. Start Eclipse application and specify the work space location
 4. Specify the android-SDK location


Step 1: Setup Java Development Kit (JDK)
·         Download the latest version of java JDK from Oracle’s Java site:  http://www.oracle.com/technetwork/java/javase/downloads/index.html
·         Install the jdk in  your system and set the classpath
Step 2:  setup Android SDK
·         DOWNLOAD the latest version of Android SDK from Android official website: http://developer.android.com/sdk/index.html
·          




No comments:

Post a Comment