Android SDK and ADT plugin Installation and configuration
This blog contains installation and configuration steps for Android SDK and ADT plugin.
- Download the Android SDK
- http://developer.android.com/sdk/index.html
- http://dl.google.com/android/android-sdk_r12-windows.zip
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
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.
Comments
Post a Comment