Android SDK and ADT plugin Installation and configuration

  • Download the Android SDK
    • http://developer.android.com/sdk/index.html
      • http://dl.google.com/android/android-sdk_r12-windows.zip
Once you download android SDK, prepare your IDE for Android SDK Setup.

Configure Eclipse IDE , download eclipse from eclipse site.

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

Configure JDK in eclipse.

Set Java for Eclipse : -
Go to Menu -> Window -> Preferences -> Java -> Compiler
Go to Menu -> Window -> Preferences -> Java -> Installed JRE's

Configure ADT Plug-in for Eclipse IDE, download plugin eclipse site.

  • Open Eclipse
  • Go to Menu -> Help -> Install New Software...
  • Once Install Window opened, click on Add Button
  • Add Repository Window will open.
  • Please provide
Name : ADT Plugin
Location :
https://dl-ssl.google.com/android/eclipse/

and click Ok Button.


  • Select All Component and Click on Next Button .
  • Accept License Agreement , and press Finish Button.
Now your ADT plugin is installed.

Comments

Popular Posts