Monday, March 24, 2014

Create Environment to develop android


This is main steps to setup android development environment.

1. Install JDK
2. Install EClipse
3. ADT Plugin
4. SDK download and setup
5. Emulator setup


1. Install JDK
  • Download Java SE Development Kit
 http://www.oracle.com/technetwork/java/javase/downloads/index.html

  • Run the downloaded file.  

2. Install EClipse

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

  • Download Eclipse Standard from above site.










  • Unzip the downloaded file under C:\.

3. ADT Plugin
  • Start Eclipse
  • Help >> Install New Software
  • Select 'Add...' button and input these info on the popup window.
         Name : ADT
         Location : https://dl-ssl.google.com/android/eclipse/
         Try this path if there's an error... http://dl-ssl.google.com/android/eclipse/



  • Select all items and click Next> button.
  • Agree all the license terms and conditions.
  • Click Next> buttons.
 

4. Android SDK

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

  • Download SDK zip file from above site.
  • Unzip the downloaded file and setup SDK Location on Android menu of  Window>>Preferences.
  • Start Android SDK Manager from Window>>Android SDK Manager.
  • Select SDKs to install or upgrade and click Install packages... button.

  • Accept all licence terms and conditions.
 
  • Do above processes until the SDKs are installed.


 5. Emulator Setup
  • Start Emulator from Window>>Android virtual device manager.
  • Click New... button and add new devices.

No comments:

Post a Comment